body {
    background-color: rgb(49, 105, 151);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: 'EB Garamond', serif;
  }
  
h1{
    font-weight: normal;
}

  .container {
    text-align: center;
  }
  
  .social-links {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  
  .social-links li {
    margin: 0 10px;
  }
  
  .social-links li a {
    color: white;
    text-decoration: none;
  }