h3, h2{
    text-transform: uppercase;
}
body{
    background-image: url("../images/background-square.webp");
}
@media screen and (max-width: 991px){
    .mobile-margin-top{
        margin-top:80px;
    }
}
@media screen and (min-width: 991px){
    .desktop-slider-img{
        height: 90vh;
    }
}