body {
    background: rgb(208, 255, 206);
}

a {
    color: white;
    text-decoration: none;
    font-size: 22px;
}

.pagetitle {
    font-size: 35px;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.header {
    padding: 30px;
    text-align: center;
    background: rgb(10, 82, 1);
    align-items: center;
}


.header h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
    color: rgb(208, 255, 206)
}

.nv {
   
    background-color: rgb(10, 82, 1);
    list-style-type: none;
    text-align: center;
}

.nvholder {
    outline-style: none;
    background-color: rgb(28, 110, 17);
    width: 100%;
    height: 100%;
    padding-top: 1px;
    padding-bottom: 1px;
}

.nvholder table {
    outline-style: none;
}

.centeritems {
    margin: auto;
}

.maincontent {
    margin: auto;
    text-align: center;
    background-color: rgb(255, 249, 213);
    width: 85%;
    height: 100%;
    padding: 5px;
    border-radius: 5px;
}

/* || Product Page styles */
.productimg {
    height: 100%;
    width: 100%;
    margin: auto;
}

.producttitle {
    font-size: 25px;
    font-weight: bolder;
    text-align: center;
    font-family: sans-serif;
}

.productdisc {
    font-size: large;
}

.box {
    margin: auto;
    width: 40%;
    height: 40%;
    border: 1px solid black;
}

/* || Lawnmower Services Page styles */

.card {
    background-color: rgb(255, 249, 213);
    padding-bottom: 20px;
    padding-top: 20px;
    width: 85%;
    height: 100%;
    margin: auto;
    text-align: center;
}

area
{
 cursor:pointer; 
}

.hidden {
    display: none;
}

ul {
    list-style-position: inside;
    text-align: center;
}

.gallery {
    width: 80%;
    height: 550px;
    background-color: rgb(255, 249, 213);
    border-color: black;
    border-radius: 15px;
}

.headerbox {
    display: flex;
    align-items:center;
    justify-content: center;
}

.headerbox img {
    height: 100px;
    padding-left: 5%;
    padding-right: 5%;
}