@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;800&display=swap');

body{
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans', 'Open Sans', Arial, Helvetica, sans-serif;
    /*font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;*/

}

h1{
    font-size: 56px;
    line-height: 64px;
    text-align: start;
}

h3{
    font-weight: normal;
    font-size: 20px;
}

h4{
    margin: 0;
}
#topbar{
    height: 50px;
    width: 100vw;
    background-color: rgb(65, 61, 61);
    color: aliceblue;
    text-align: center;
    padding-top: 10px;    
    margin-bottom: 0;
    box-sizing: border-box;
    border-bottom: 5px solid orangered;
}

/*OUTRA FORMA DE FAZER A LINHA EMBAIXO
.orange{
    background-color: orangered;
    width: 100vw;
    height: 7px;
    box-sizing: border-box;
    margin: 0;    
}

#hrtopbar{
    margin: 0;
    height: 2px;
    background-color: orangered;
    border: orangered solid;
}*/

#container{
    /*Alternativa para centralizar o texto
    margin-left: 20vw;
    margin-right: 20vw;*/
    max-width: 900px;
    margin: auto;
    padding: 0px 30px;
   
}

figure{
    margin: 0   ;
}

.logos{
    width: 25px;
    margin: 5px 5px 5px 0;
    box-sizing: border-box;
}

main{
    /*Outro modo de ajustar o content
    margin-left: 30vw;
    margin-right: 30vw;*/
    max-width: 648px;
    margin: auto;   
    padding: 0px 30px;
    text-align: start;
}

figure>img{
    width: 100%;
}

figure{
    padding: 0;
    margin: 40px 0;
}

figcaption{
font-size: 15px;
}

footer{
    height: 150px;
    width: 100vw;
    background-color: rgb(65, 61, 61);
}

#name{
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}

.cinza{
    color: gray;
    margin: 10px 0px;
    font-size: 14px;
 
}

p{
    text-align: start;
    font-size: 20px;
    line-height: 32px;
        
}

a{
    color: rgb(235, 95, 44);
    text-decoration: none;   
    font-weight: 700;
}

a:visited{
    color: rgb(178, 6, 187);
    text-decoration: none;  
}

a:hover{
    color: brown;
}

a:active{
    color: blueviolet;
}

.direitos{
    color: aliceblue;
    text-align: end;
    padding: 120px 10px 0 0;
    font-size: 15px;
}

