body{
    background-color:white;
}
.cabeçalho{
    gap: 800px;
    font-family:Helvetica, sans-serif;
    align-items: center;
    font-style:bold;
    text-align: center;}

    .titulo{ font-size: 30px;
    font-family: Helvetica, sans-serif;
    color: BLACK;}   
    
    .subt{
        text-decoration: none;
    color:grey;
    font-size: 10px;
    font-family:Helvetica, sans-serif; }
    .subt:hover{color: black;}
    .subt:active{color:yellow}


.info{
    color: grey;
    font-family:monospace;
    font-size:15px;
    text-align: center;}


    .linksecundário{
    color:grey;
    font-size: 15px;
    font-family:monospace;}
    .linksecundário:hover{
    color: black;}
    .linksecundário:active{color: yellow;}



.sites{
    text-decoration: none;
    text-align: center;
    font-size: 25px;
    font-family:Helvetica, sans-serif;
    font-style: bold;}
    
    .site{
    text-decoration: none;
    color:BLACK;}
    .site:hover{
    color:grey;}
    .site:active{
    color: yellow;
    }
        
        .fim{
            text-align: center;
            color:gray;
            font-size: 20px;
            font-family:monospace;
            text-decoration: none;
        }
.fim :hover{
    color: white;
}


