@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300&family=Libre+Franklin:wght@200;300&family=Titillium+Web:wght@300;400;600&display=swap');

*{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

header{
    text-align: center;
    margin: auto;
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.322);
     
}

header > #about > a{
    margin: 5px;
    text-decoration: none;
    color: rgb(136, 128, 128);
}

header > h1{
    font-family: 'barlow' 'Times New Roman', Times, serif;
    font-size: 40px;
}

#about > a:hover{
    text-decoration: underline;
}

main{
    margin: auto;
}

#destaque{
    width: 395px;
}

main img{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 380px;
}

main > section{
    text-align: justify;
    width: 350px;
    padding-left: 25px;
    padding-bottom: 25px;
    margin-bottom: 40px;
}

h1{
    font-size: 3.8vh;
    font-weight: 400;
    margin-top: 50px;
}

h2, h3, h4{
    font-family: 'barlow' 'Times New Roman', Times, serif;
    font-weight: 200;
    margin-top: 50px;
}

p{
    font-size: 18px;
    line-height: 28px;
    font-family: 'Libre Franklin', sans-serif, 'Courier New', Courier, monospace;
}

a{
    font-size: 18px;
    text-decoration: none;
    color: #4183C4;
}

a:hover{
    text-decoration: underline;
}

footer{
    display: flex;
    justify-content: center;
    background-color: #eee;
    padding: 20px;
    margin: -7px;
    margin-top: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.322);
}

footer > a > img{
    padding: 10px;
    width: 32px;
}

#youtube > img{
    width: 36px;
}

#apoia > h1{
    display: block;
    margin: auto;
}

#monero{
    display: block;
    margin: auto;
    margin-top: 50px;
}

.section-infos > a > h1{
    margin: 20px 0px;
    color: black;
    text-align: left;
    font-size: 3.8vh;
}

.section-infos > a > h1:hover{
    color: #4183C4;
}