body{
    background-color: #8D72E1;
    font-family: 'Oswald', sans-serif;
}
.mentor-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
    height: 400px;
    margin: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
    background-color: #B9E0FF;
    
  }
  
  .mentor-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  
  .mentor-name {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
  }
  
  .mentor-bio {
    text-align: center;
    font-size: 16px;
    margin: 0 20px 20px 20px;
  }
  #mentor-list{
display: flex;
flex-direction: row;
  }
  h1{
    font-size: 50PX;
    color: white;
    text-align: center;
  }