@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

body{
    width: auto;
    flex-wrap: wrap;
    background-color: black;
    color: white;
    font-family: 'Bebas Neue', cursive;
}

/* Header */
#head{
    display: flex;
    flex-direction: column;
}

img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

#ciclo{
    text-align: center;
    font-size: 2rem;
}

/* Main */
iframe{
    padding-right: 5%;
    padding-left: 5%;
}

@media screen and (min-width: 800px) {
    #main{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-device-width: 1000px){
    #yt{
        width: auto;
    }
    img{
        width: 90%;
    }
    #ciclo{
        font-size: 1rem;
    }
}

.desc{
    font-size: 1.1rem;
    padding-top: 2%;
    padding-left: 5%;
    padding-right: 5%;
}

/* Footer */
a{
    color: #dcdcdc;
    text-decoration: none;
}

#footer{
    color: #aaaaaa;
    padding-bottom: 10px;
}

footer{
    background-color: #0c0b0b;
    border-radius: 20px;
    padding-bottom: 2px;
    margin-top: 5%;
    text-align: center;
    width: 100%;
}

.fa {
    padding-top: 15px;
    font-size: 30px;
    width: 50px;
}


/* Scrollbar */
::-webkit-scrollbar {
width: 10px;
}

::-webkit-scrollbar-track {
background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
background: #888;
}

::-webkit-scrollbar-thumb:hover {
background: #555;
}
