/*@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&display=swap');*/

.tema_escuro{
    background-color: rgb(36, 36, 36);
}

body{
    font-size: 24px;
    margin: 20px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif

}

h1{
    text-align: center;
    font-size: 50px;
}

a{
    font-size: 35px;
    font-style: italic;
}

img:not(.especifico){
    width: 600px;
    height: 400px;
    margin-top: 10px;
}

#voltar{
    font-size: 20px;
    text-decoration: none;
    color: black;/*VOLTAAAAAARRRR*/
}
/*-----------------------------------------*/
