body {
    background-color: #F5ECD5;
    color: #3D3D3D;
    font-family: Roboto, Tahoma;
    padding: 60px;
    text-align: center;
  }
  
  h1, h2, h3 {
    font-family: Tahoma;
    color: #578E7E
  }
  
  .hobbies {
    padding: 0;
    text-align: left;
  }
  
  .hobbies li {
    margin-left: 20px;
    margin-bottom: 5px;
  }
  
  a {
    text-decoration: none;
    color: #3D3D3D;
    font-size: 18px;
    font-weight: bold;
    transition: 0.3s ease;
  }
  
  a:hover {
    color: #578E7E;
  }
  
  #profile-pic {
    width: 200px;
    height: 200px;
    border-radius: 50%;
  }
  
  .card {
    background-color: #FFFAEC;
    padding: 40px;
    width: 800px;
    margin: 25px auto;
    border-radius: 10px;
    border: 1px solid #EAEAEA;
  }