.contact-info{
    color: #fff !important;
}
.content h2 {
    font-family: Georgia, serif;
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  .content p {
    font-family: Georgia, serif;
    font-size: 18px;
    line-height: 1.6;
  }
  
  .content a {
    color: #007bff;
    text-decoration: none;
  }
  
  .content a:hover {
    text-decoration: underline;
  }
  
.container{
    height: 100vh;
}