@charset "UTF-8";


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

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

@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders:opsz,wght@10..72,100..900&display=swap');

*{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-align: center;
}


header{
    background-color: rgba(255, 255, 255, 0.103);
    padding: 1px 0;
    backdrop-filter: blur(4px);
    margin-bottom: -24px;

}

header p{
    color: black;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    text-shadow: 2px 2px 15px black;  
    text-decoration: none;
    text-align: center;
}

body{
    background-image: url(imagens-p/lider.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    margin: 0;
    min-height: 100vh;

}

main{
    background-image: linear-gradient(#060606, #424242, #757575);
    background-attachment: fixed;
    width: 90%;
    max-width: 600px;
    padding: 20px;
    margin: 30px auto;
    border: 2px solid black;
    border-radius: 20px;
}

iframe{
    width: 100%;
    max-width: 560px;
    display: block;
    margin: 20px auto;
    border-radius: 15px;
    aspect-ratio: 16 / 9;

}

h1{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 10px;
    text-shadow: 2px 2px 15px black;
    font-size: 2em;
}

h2{
    font-family: "Anton SC", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #e0e0e0;
    text-shadow: 2px 2px 15px;
    font-size: 1.8em;
    letter-spacing: 8px;
}

p{
    font-family: "Big Shoulders" sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
    text-align: justify;
    
}

a{
    text-decoration: none;
    color: black;
    font-weight: bolder;
}

footer{
    background-color: rgb(#060606, #424242);
    margin: 2px 0;
    border: 2px solid #424242;
    border-radius: 10px;
    box-shadow: 2px 2px 15px #757575;


}


footer p{
    text-align: center;

}

footer a{
    color: #757575;
    text-shadow: 2px 2px 15px #424242;
}

footer a:hover{
    text-transform: uppercase;
}

a img{
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    border-radius: 50%;
    padding: 5px;
}

a img:hover{
    transform: scale(1.2);
}