*{
    padding: 0;
    margin: 0;
    
}
.corpo{
    background-color: black;
    color: white;
    font: normal Arial, sans-serif;
}
.cabecalho{
    background-color: red;
    color: white;
    font: 1.5rem Arial, sans-serif;
    width: 100%;
    display: flex;
    
}
#content{
    display: flex;
    flex-direction: line;
    padding: 1rem;
    
}
.card{
    padding: 20px;
    margin: 15px;
    width: 250px;
    border: 3px solid gold;
    border-radius: 8px;
    background-color: grey;
    height: 20rem;
    

    display: flex;
    flex-direction: column;
    gap: 2px;
    
}
.rodape{
    background-color: white;
    color: black;
    width: 100%;
    margin-top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    
}
#sobre{
    width: 300px;
    text-align: justify;
    font-size: large;
    
    
    
}
#campeonato{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    border: 3px solid red;
    border-radius: 8px;
    height: 500px;
    
}
.tabeladepontos{
    width: 500px;
    background-color: white;
    border: 3px grey;
}
.linhadetabela{
    color: red;
}