@charset "UTF-8";

*{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0px;
    padding: 0px;
}

body, html{
    width: 100vw;
    height: 100vh;
}

main{
    width: 100vw;
    height: 100vh;
}

section#perfil{
    margin: auto;
    width: 300px;
    padding: 30px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.368);
    border-bottom: 1px solid rgba(0, 0, 0, 0.73);
}

section#perfil > img{
    width: 100px;
    border-radius: 50%;
    float: left;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.608);
}

section#perfil  h1{
    font-size: 1.5em;
    padding-top: 20px;
}

section#perfil  p{
    padding-bottom: 20px;
}

section#apresentacao{
    margin: auto;
    width: 80vw;
    height: 650px;
    border-left: 1px solid black;
    padding-left: 10px;
}

section#apresentacao  h2{
    font-size: 1.3em;
    padding: 0px 0px 10px 0px;
}

section#apresentacao p{
    padding-bottom: 7px;
}

section#apresentacao div{
    padding: 30px 0px 30px 10px;
}

section#apresentacao div span{
    font-size: 18px;
}

section#exp{
    width: 90vw;
    margin: auto;
    padding-top: 30px;
}

section#exp div{
    padding: 25px;
}

section#exp div h2{
    width: 300px;
    border-bottom: 1px solid black;
}

section#exp div h3{
    padding-top: 15px;
}

section#exp p{
    padding-top: 5px;
    padding-bottom: 10px;
    text-indent: 2em;
    text-align: justify;
    line-height: 1.5em;
}

section#exp ul{
    padding-top: 15px;
    padding-left: 30px;
}

section#exp ul li{
    padding-bottom: 5px;
}