@font-face {
    font-family: 'ItalianGaramond';
    src: url('fonts/ItalianGaramondW01-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'ItalianGaramond';
    src: url('fonts/ItalianGaramondW01-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
  }
  

body, html {
    height: 100%;
    margin: 0;
  }
  
  body {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'ItalianGaramond', serif;
    color: black;
  }
  
  .centered {
    text-align: center;
  }

  .contact-link {
    text-decoration: none;
    color: black;

  }
  
  .contact-link:hover {
    text-decoration: underline;
  }

  .italic
  {
    font-style: italic;
  }