@import '../css/global.css';

.promo {
    
    background-color: rgb(90, 90, 90);
}
.promo h1 {
    margin-top: 30vh;
    margin-bottom: 15vw;;
    font-family: lato;
    color: rgb(173, 173, 173);
    text-align: center;
    font-size: 3vw;
}

@media (max-width: 768px) {
    .promo h1 {
        font-size: 7vw;
        margin-bottom: 48vw;

    }

}
    
