*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.fontes{
    font-family: 'Montserrat', sans-serif;
    font-family: 'Ysabeau Infant', sans-serif; 
}
.cores{
    color: #fff;
    color: #ffffffcc;
    color: #000;
    color: #000000cc;
    color: #0200006e;
    color: #ffdf00;
    color:#009c3b;
}
.banner{
    position: relative;
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
}
.banner video{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.container-banner{
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.container-logo{
    width: 200px;
    height: 200px;
    background-image: url("./assets/neymar.jpg");
    background-position: center;
    background-size: cover;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container-logo::before{
    content: "";
    width: 215px;
    height: 215px;
    background: linear-gradient(90deg, #ffdf00, #009c3b);
    border-radius: 100%;
    z-index: -1;
    position: absolute;
}
h1{
    font-size: 60px;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Ysabeau Infant', sans-serif;
    text-shadow: 3px 6px 1px #000;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
h1::before{
    content: "";
    background: linear-gradient(90deg, #ffdf00, #009c3b);
    width: 55px;
    height: 5px;
    position: absolute;
    bottom: 2px;
    left: 5px;
    border-radius: 4px;
}
h1::after{
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("./assets/verificado.png");
    position: absolute;
    bottom: 12px;
    right: -20px;
}
.container-links{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
    width: 768px;
}
.container-links a{
    width: 100%;
    padding: 10px;
    text-decoration: none;
    font-size: 22px;
    font-family: 'Ysabeau Infant', sans-serif;
    background-color: white;
    border-radius: 20px;
    color: white;
    background-color: #0200006e;
    position: relative;
}
.container-links a:hover{
    background-color: #fff;
    color: #000;
}
.container-links img{
    width: 35px;
    height: 35px;
    position: absolute;
    left: 10px;
    top: 5px;
}





.estatistica{
    width: 100%;
    height: 100vh;
    font-family: 'Monstserrat', sans-serif;
    display: flex;
    background-image: url("./assets/imagem-de-fundo.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    gap: 40px;
    text-align: center;
}

.estatistica h2{
    font-size: 70px;
    color: #fff;
    text-shadow: 3px 6px 1px #000;
}
.carreira th{
    font-size: 26px;
    background-color: #000000cc;
    color: #fff;
    text-shadow: 2px 2px 1px #000;
}
.carreira th, tr, td{
    padding: 20px;
}
.carreira tbody td:nth-child(1){
    display: flex;
    align-items: center;
    gap: 10px;
}
.carreira tbody tr:nth-of-type(odd){
    background-color: #ffffffcc;
    font-weight: 700;
    font-size: 18px;
    color: #000;
}
.carreira tbody tr:nth-of-type(even){
    background-color: #000000cc;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}
p{
    font-family: 'Ysabeau Infant', sans-serif;
}
.carreira td img{
    width: 30px;
}
