body{
    font-family: 'Poppins', sans-serif;
}

#color-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.8;
}


.mt-custom{
    margin-top: 150px;
}
.pt-120{
    padding-top: 120px;
}
a{
    text-decoration: none;
    color: #D8E1E7;
}
.pb-120{
    padding-bottom: 120px;
}

.wrapper-bio{
    margin: 0 auto;
    max-width: 400px;
    z-index: 2;
}

.logo img{
    width: 100px;
    height: 100px;
   
}

.link{
    width: 100%;
}
.link a{
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.2s;
    border: 2px solid #D8E1E7;
    border-radius: 0px;
}

.link a:hover{
    background: #D8E1E7;
    color: #2A231F;
}

.footer-logo{
  font-size: 12px;
}

.footer-logo p a:hover{
    color: #fff;
    cursor: pointer;
  }