body {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
  
    background: #060606;
    background: -webkit-linear-gradient(bottom right, #3e58a7, #28ace2);
    background: -moz-linear-gradient(bottom right, #3e58a7, #28ace2);
    background: linear-gradient(to top left, #3e58a7, #28ace2);
    background-repeat: no-repeat;
    background-attachment: fixed;
    



}



.profile-picture {
    display: block;
    margin-top:5%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    height: auto;
    max-width: 150px;
    border-radius: 50%;
  
  }

.name {
    font-family: 'Teko', cursive;
    text-align: center;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 15px;
  }

.links {
      font-family: 'Barlow Semi Condensed', sans-serif;
      text-align: center;
      margin-top: 10px;
      padding: 15px;
      border: 1px solid white;
      border-width: 2px;
      width: 290px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      border-radius: 100px;
      background-color: #28ace2;
  }
  .links img {padding-right: 13px;margin-bottom: -2px;}

a {
    text-decoration: none;
    color: white;
    transition: color 0.5s; 
}


a:hover {
    color: #ed1a4b;
    background: #fff;
}


