body {
    background: linear-gradient(to bottom, white 0%, rgb(255, 164, 192) 80%);;
    color: rgb(90, 90, 90);
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 20vh;
}



.profile-picture {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    height: auto;
    max-width: 250px;
}
    
.profile {
    text-align: center;
    font-size: 15px;
    letter-spacing: 2px;   
    margin: 0;
    color: rgb(0, 0, 0);
}

a.profile:hover{
    color: black;
}

.name{
    padding: 30 30 7 30px;
}

.motto{
    padding: 7 30 30 30px;
    font-weight: normal;
}

.header{
    color: black;
    text-align: center;
    margin-top: 20px;
    padding: 20px;
    max-width: 90vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 105%;
}

.links {
    background-color: white;
    text-align: center;
    margin-top: 20px;
    padding: 20px;
    border: 1px solid rgb(255, 164, 192);
    border-width: 2px;
    width: 290px;
    max-width: 60vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 750;
}

a {
    color: rgb(0, 0, 0);
    transition: color 0.5s;
}

a.links:hover {
    color: black;
    background: rgb(255, 164, 192);
}

.fa_custom {
    color: #6224f1;
    margin-top: 60px;
    text-align: center; 
    width: 100%; 
}

a i:hover{
    color: #fbdd3b;
}

.bottom-text {
    text-align: center;
    margin-top: 40px;
    font-size: 20px;
    font-weight: bold;
}
@media screen and (max-width: 525px) {
    .email {
      font-size: 2.8vw;
    }
  }

