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;
}



p { /*Parágrafos*/
    color: white; 
    padding: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -40px;
}



h2{ /* fim de texto (73's de PU4ELT) */
    text-align: center;
    color: yellow;
}



h6 {
    text-align: center; /* Data da publicação */
    margin-bottom: 70px;
    margin-top: 5px;
}


h5 {  /* datas de publicação */
    text-align: center; 
    margin: 10px;
}


.video {
    display: flex;
    justify-content: center;
}

.center{
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 40px auto;
}


.SSTV {
    width: 300px;
    height: 220px;
    display: block;
}


.links{  /* Links externos em palavras */
    color: purple;
    text-decoration: none;
}



.audio{ /*audio do sstv*/
    display: flex;
    justify-content: center;
    margin: 40px 0; 
}


.image-container { 
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}



.vermelho{  /* Links externos em palavras */
    color: red;
    text-decoration: none;
}
