body {
    background-color: #FEECE2;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

nav, footer {
    background-color: #F7DED0;
}

a {
    color: black
}

a:hover {
    color: inherit;
    cursor: pointer;
}

.brand {
    font-family: "Satisfy", cursive;
    font-weight: 400;
    font-style: normal;
}

a {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

#horizontal-line {
    background-color: white;
    height: 5px;
    border-radius: 10px;
}

img {
    border-radius: 2%;
}

@media (min-width: 992px) {
    img {
        border-radius: 2%;
        width: 546px;
        height: 246px;
    }
    h1 {
        font-size: 40px;
    } 
    h3 {
        font-size: 48px;
    }
    #heading-main {
        font-size: 40px;
    }
    
    #heading-description {
        font-size: 24px;
    }
    
    .service-title {
        font-weight: bold;
        font-size: 24px;
    }
    
    .service-description {
        font-size: 24px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    img {
        width: 300px;
        height: 300px;
    }
}

@media (max-width: 767px) {
    img {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 576px) {
    img {
        width: 150px;
        height: 150px;
    }
}
