
body{
    color: rgb(241, 200, 100);
    background-color: lavender;
    align-items: center;
    justify-content: center;
    margin-left: 150px;
    margin-right: 150px;
    margin-top: 130px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(236, 169, 254);
    border-radius: 15px;
}

.home_content{
    text-align: center;
}

.services_content{
    text-align: center;
}

.testimonials_content{
    text-align: center;
}

.contact_content{
    text-align: center;
}

h1 {
    font-size: 48px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


h2{
    font-size: 36px;
}

.navigation{
    height: 110px;
    margin-left: 150px;
    margin-right: 150px;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 40px;
    color: rgb(251, 209, 59);
    background-color: rgb(250, 250, 175);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(248, 213, 58);
    border-radius: 15px;
    position: fixed;
    top: 0;
}

.logo{
    height: 250px;
    width: 250px;
}



.home_url{
    text-decoration: none;
}

.services_url{
    text-decoration: none;
}

.testimonials_url{
    text-decoration: none;
}


.contact_url{
    text-decoration: none;
}

.booking{
    text-decoration: none;
    font-size: 26px;
}

.first{
    font-size: 30px;
}

.last{
    font-size: 30px;
}

.email{
    font-size: 30px;
}

.message{
    font-size: 30px;
}


.sub_button{
    background-color: #7c017c; /* Purple */
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}