body{
    color: white; /*cor do texto principal*/
    background-color: black;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 
    text-align: left;
    font-weight: bold;
}



h1{ /*Titulos*/
    text-align: center;
    color: red;
    background-color: yellow;
    padding: 5px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}


.imagem-principal{
    width: 400px; 
    height: auto; 
    display: block; 
    margin-left: auto; 
    margin-right: auto; 
    border: 2px solid yellow; 
}



p { /*Parágrafos*/
    color: white; 
    padding: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin: 20px auto;
}


h2{
    text-align: center;
    color: red;
    margin-left: auto;
    margin-right: auto;
    margin: 50px auto;
}



h6 {
    text-align: center; /* Data da publicação */
    margin-bottom: 70px;
}



.center{
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 40px auto;
}



.SSTV {
    width: 300px;
    height: auto;
    display: block;
    border: 2px solid yellow; /* Borda da Imagem*/
}



.links{  /* Links externos em palavras */
    color: purple;
    text-decoration: none;
}



.audio{ /*audio do sstv*/
    display: flex;
    justify-content: center;
    margin: 40px 0; 
}