body{ /*Corpo*/
    color: white; 
    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*/
    color: black; 
    background-color: yellow;
    max-width: 1600px;
    padding: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin: 20px auto;
}



h6 { /* Descriçoes */
    text-align: center; 
    margin-bottom: 50px;
}



ul { /* Listas */
    list-style-type: square; 
    width: fit-content; 
    margin: 0 auto; 
}



p { /* paragrafos */
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    margin-top: 10px;
}



h2{ /* fim de texto (73's de PU4ELT) */
    text-align: center;
    color: yellow;
}



h5 {  /* datas de publicação */
    text-align: center; 
    margin: 10px;
}


h3{ /*titulos vermelhos*/
    text-align: center;
    color: red;
    background-color: yellow;
    padding: 5px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}



.links{  /* Links externos em palavras */
    color: aqua;
    text-decoration: none;
}


.center{ /* imagens sstv */
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 40px auto;
}



.SSTV {  /* imagens sstv */
    width: 350px;
    height: auto;
    display: block;
}


.satelite, .umka-1, .desenho{ /*imagens */
    width: 500px; 
    height: auto; 
    display: block; 
    margin-left: auto; 
    margin-right: auto; 
}

.emblema, .digi, .msg  { /*imagens */
    width: 500px; 
    height: auto; 
    display: block; 
    margin-left: auto; 
    margin-right: auto; 
}

.diploma-sstv, .diploma-tlm, .cartão-qsl-TabletSat-Aurora, .foguete { /*imagens */
    width: 700px; 
    height: auto; 
    display: block; 
    margin-left: auto; 
    margin-right: auto; 
}

.satnogs { /*imagens */
    width: 900px; 
    height: auto; 
    display: block; 
    margin-left: auto; 
    margin-right: auto; 
}


.vermelho{  /* Links externos em palavras */
    color: red;
    text-decoration: none;
}


.center { 
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 15px auto;
}

.image-container { 
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
