body{
    font-family: 'Montserrat', sans-serif!important;
}

.main-background{
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/img/background.webp');
    background-position: center;
    background-size: cover;
}

.wave-bg{
    background-image: url('/img/wave.svg');
    background-position: bottom center;
    background-size: cover;
}

.wave-2-bg{
    background-image: url('/img/wave-2.svg');
    background-position: bottom center;
    background-size: cover;
}


#reviews{
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/img/reviews.webp');
    background-position: center;
    background-size: cover;
}

.service:hover{
    background-color: #cfe2ff!important;
}