.profile-picture {
    border-radius: 60%;
  }

  html, body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background: linear-gradient(to bottom, rgba(199, 213, 246, 1) 0%, rgba(200, 215, 247,1) 100%);
  }
  
  .name {
    font-size: 60px;
    font-family: 'Zhi Mang Xing', cursive;
    margin-bottom: 2px;
  }

  .bio {
    font-size: 18px;
    font-family: 'Playfair Display', serif;
  }

  .wrapper {    
    max-width: 60%;
    display: flex;
    flex-direction: row;
    height: 80%;
  }
  
  .left, .right { 
    margin: 5px;
    max-width: 50%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .left {
    align-items: center;
    justify-content: center;
  }
  
  .profile-picture {
    border-radius: 50%;
  }

  .social-links {
    list-style: none;
    padding-left: 0px;
    font-size: 18px;
  }
  
  .social-links li {
    display: inline-block;
    margin-right: 8px;
  }
  
  .social-links a {
    text-decoration: none;
    padding: 4px;
  }
  
  .social-links a:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .social-links img {
    width: 30%;
  }

  .social-links review {
    width: 100%;
  }