@charset "utf-8";
body { 
    font-family: 'Montserrat', sans-serif; 
    font-weight: 700; 
}
@keyframes scaleBackground {
    0% { background-size: 100% auto; }
    99% { background-size: 110% auto; }
    100% { background-size: 100% auto; }
}