html {
    scroll-behavior: smooth;
}  

body {
    background-image: url('../images/web_back_2.png');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-blue {
    background-color: #0e1020;
}

.responsive {
    font-size: 5rem;
}

@media (max-width: 1200px) {
    .responsive {
        font-size: calc(1.6rem + 6vw);
    }
}

.sponsor-heading {
    font-size: 4rem;
}

@media (max-width: 1200px) {
    .sponsor-heading {
        font-size: calc(1.5rem + 5vw);
    }
}



.sponsers-bg {
    height: 250px;
    width: 350px;
    background-color: white;
}

/* Footer Classes */
