@import url('https://fonts.googleapis.com/css2?family=Mouse+Memoirs&family=Noto+Serif:ital,wght@0,400;0,700;1,400&family=Oswald:wght@200;300;400;500;600&family=Permanent+Marker&family=Silkscreen:wght@400;700&display=swap');
body{
    margin:auto;
    font-family: 'Noto Serif', serif;
}
.header{ 
   
    box-shadow: 1px 5px 10px rgb(68, 68, 68);
    background-color: black;
    position: fixed;
    height: 100vh;
    width: 40%;
}
.background{
    display: flex;
    object-fit: cover;
    height: 40%;
    background-color: black;
    position: absolute;
    width: 100%;
    
}
.background img{
    
    margin-top: 0;
    opacity: 89%;
    width: 100%;
    height: 100vh;
}
.perfil{
    position: relative;
    width: 100%;
    height: 500px;
}
.dadosp{
    
    height: 480px;
    top: 400px;
}

 .ftperfil{
    
 
   padding: 10%;
    position: absolute;
    width: 80%;
    top: 25%;
 }
.ftperfil img{
    box-shadow:1px 1px 8px 2px rgb(0 0 0);
    width: 150px;
    height: 150px;
    border-radius: 50%;

    
  
}     
.txt {
    width: 100%;
    margin-bottom: 10%;
    color: rgb(128, 125, 125);
    text-align: center;
    margin-top: -15%;
    position: relative;
    font-family: 'Silkscreen', cursive;
}
.dadosp {
    text-align: center;
    color: rgb(128, 125, 125);
}
.info{
    
    scroll-behavior: smooth;
    position: absolute;
    margin-left: 40%;
    height: 100%;
}
.redes{
  
    display: flex;
    position: absolute;
    width: 100%;
   text-align: center;
   justify-content: center;
    
}
.redes a{
    text-decoration: none;
    color: rgb(180, 171, 171)
}
.linkedin img, .codepen img{
    text-align: center;
    width: 10%;
    color: white;
}

.inspiracao{
    position: fixed;
    left: 12px;
    bottom: 3px;
    text-align: center;
    width: 15%;
    font-size: 10px;
}
.inspiracao h4{
    color: rgb(180, 171, 171)
}

.apresentacao, #sessao2, #sessao3{
    min-width: 320px;
    max-height: 1000px;
    color: gray;
    height: 200px;
}
.apresentacao p{
   text-align: justify;
    font-size: 20px;
    margin: 4%;
    line-height: 45px;
}
.textao{
    margin-bottom: 150px;
}
#Titulo{
    text-align: center;
}
nav{
    width: 60%;
    position: fixed;
    
}
nav ul li{
    display: inline-block;
    width: 30%;
}
nav ul li a{
    margin-left: 35%;
    scroll-behavior: smooth;
    text-decoration: none;
    padding: 5px 0;
    display: inline-block;
    color: rgb(107, 103, 103);
    font-weight: 895px;
    text-transform: uppercase;
    transition:  all .10s  ease-in-out;
}
nav ul li a:hover{
    color: rgb(17, 17, 17);
    background: gray;
    border-radius: 5%;
    padding: 5px;
    transition: .25s;
    text-decoration: underline;
}
section{
    scroll-behavior: smooth;
    width:100% ;
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 110px;
}
#sessao1{
    color: gray;
    height: 150px;
}

#sessao1 h1{
    justify-content: center;
    text-align: center;
}
#sessao2 div{
    height: 250px;
    
}
#sessao2 img{
 height: 100%;
 width: 100%;
}
#cont{
    text-align: center;
    margin: 15px;
    padding: 25px;
}
#box{
    box-shadow: 1px 5px 10px rgb(68, 68, 68);
    border-radius: 5px;
    margin-left: 1%;
}
#box:hover {
    padding:5px;
    transition: .50s;
}


#box img{
    opacity: 50%;
}
footer{
    margin-top: 120px;
    background-color: rgba(245, 245, 220, 0.274);
    padding: 20px;
    text-align: center;
}
#cont a{
    text-decoration: none;
    color: black;
    text-align: center;
}
#cont img{
    width: 25px;
}
#letras{
    margin-left: 10px;
}
.Curriculo a{
    margin-left: 10px;
}
.falemcg{
    
   align-items: center;
   display: flex;
justify-content: center;
    width: px;
    height: 100px;
}
.contatos{
    align-items: center;
   display: flex;
justify-content: center;
    width: 500px;
    font-size: 25px;
}
main{
    height: 450px;
}
