h1{
    font-size: 35px;
    font-family: Helvetica, sans-serif;}


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

    .titulo{ font-size: 50px;
    font-family: Helvetica, sans-serif;}   
    
    .subt{
    color:grey;
    font-size: 10px;
    font-family:Helvetica, sans-serif; }
    .subt:hover{color: black;}
    .subt:active{color:yellow}


.info{
    color: grey;
    font-family:Helvetica, sans-serif;
    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-align: center;
    font-size: 25px;
    font-family:Helvetica, sans-serif;
    font-style: bold;}
    
    .site{
    color: black;
text-decoration: none;}
    .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;
}
.fim:active{
    color: yellow;
}