h1{
    font-size: 35px;
    font-family: monospace;}


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

    .titulo{ font-size: 50px;
    font-family:Arial, Helvetica, sans-serif}   
    
    .subt{
    color:grey;
    font-size: 10px;
    font-family:monospace}
    .subt:hover{color: white;}
    .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;
text-decoration: none;}
    .linksecundário:hover{
    color: black;}
    .linksecundário:active{color: yellow;}



.sites{
    text-align: center;
    font-size: 25px;
    font-family:helvetica;
    font-style: bold;
text-decoration: none;}
    
    .site{
    color: black;
text-decoration: none;}
    .site:hover{
    color:grey;}
    .site:active{
        color: yellow;}
        



