:root{
  padding:0px;
  margin: 0px;
background-color: black;
color: white;

}
.banner{
    position: relative;
}
#banner{
    width:100%;
display: block;
border-bottom: 1px solid white;
margin-bottom: 5rem;
}
#profile{
    position:absolute;
    left: 50%;
    bottom: 0;
    transform:translate(-50%,50%);

    border: 2px solid white;
    border-radius: 100%;
    height: 8rem;
}
#name{
    display: block;
    text-align: center;
  
   margin-bottom: 0;
    /* transform: translateX(-50%); */
    font-size: 2rem;
}
#bio{
   
  margin: auto;
 text-align: justify;
    
}

.socials{
  margin: 4px 4px 8px 4px;
    display: flex;
   
    justify-content: center;
    gap: 1rem;
}
button{
 width: 1.5rem;
  background-color: transparent;
  color: white;
   border: none;
  
}
.socials svg{
    align-self: baseline;
    fill: white;
}
a {
    color: white;
}
.projects img{
    width: 100%;
}
.project-card{
    padding: 1rem;
    margin: 1rem 0;
    border: 1px solid white;
    
}
