html {
    scroll-behavior: smooth;
}

.landing-background{
    text-align: center;
    background: rgb(195, 153, 224) !important;

}
.logo-img img{
    padding: 0.5em .5em .5em .5em;
    animation: pulse 2.7s ease-in infinite;
}

@keyframes pulse {
    50%  {transform: scale(0.5);}
    100%  {transform: scale(1);}
}

h1 {
    text-transform: capitalize;   
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: white;
    font-weight: 400;
}

#headline {
    color: royalblue;
    font-weight: 500;
}

a {
    text-decoration: none;
    background: rgb(195, 153, 224) !important;

} 

#top{
    height: 900px;
    width: 100%;
    color: rgb(116, 76, 76);
    /* margin-top: -10px; */
    background-color: burlywood;
    text-align: center;
} 

.button-box button {
    padding: -1%;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    border: 1px solid white;
    background-color: rgba(255, 255, 255, 0);
}

.button-box button:hover {
    border: 1px solid white;
    background-color: rgba(250, 250, 250, 0.2);
}

#icon {
    font-size: 2.5rem;
}

#down-arrow {
    animation: godown 2s infinite;
}

@keyframes godown {
    from {opacity: 1; color: rgb(255, 0, 0);}
    50% {opacity: 0.25; color: rgb(255, 0, 0)}
    to {opacity: 1; color: rgb(255, 0, 0);}
}


footer {
    text-align: center;
    height: 100%;
    width: 100%;
    background-color: #4686a0;
    padding: 1em;
    font-size: 20px;
    color: rgb(255, 255, 255, 0.75);
    background-attachment: fixed, fixed, fixed;
    background-image: url(./images/overlay2.png), url(./images/overlay4.svg),
                    linear-gradient(45deg, #4361c2, #4fa49a 50%, #9dc66b 95%);
}

#teamname {
    font-weight: bold;
    color: #ffec04;
}

p {
    color: black;
}

.headings {
    padding: 2em;
    text-align: center;
}

#top button{
    background-color: coral;
    font-family: 'Open Sans', sans-serif;
    border: none;
    font-size: 1.5rem;
}

#top button:hover{
    border: none;
    color: red;
}

.choices{
    text-align: center;
}

#idk {
    padding: 2em;
}

#idk li {
    margin: 1em;
}

#idk a{
    background:none !important;
    text-decoration: none;
    background-color: none;
}

#no {
    text-align: center;
}
#no2 p {
    width: 100%;
}