* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
body{
    background-color: var(--bg);
}
#profile-wrapper{
    text-align: center;
    
}
.conteudo{
   display: flex;
   justify-content: center;
   align-items: center;
   min-height: 85vh;
  }
  .main-logo{
    width: 200px;
    height: 200px;
  }
#profile-pic{
    width: 150px;
    height: 150px;
    border-radius:50% ;
    margin-left: auto ;
    margin-right: auto;
}  

ul{
    list-style-type: none;
    padding: 0;
}

.social-link ul,li{
    list-style-type: none;
    display: inline-block;
    margin: 0 10px;
}
.social{
    width: 20px;
    height: 20px;
}