html, body {
    font-size: 2.4em;
    font-family: "Playfair Display";
    height: 100%;
    min-height: 100%;
    display: flex;
  align-items: center;
  justify-content: center;
    text-align: center;
}

p {
  color: black;
}

a { font-style: italic; 
    font-weight: 700;
    color: black;
    text-decoration: none;
      font-variation-settings: "wght" 600, "ital" 0;
  transition: font-variation-settings 0.5s ease;
}

a:hover {
  font-variation-settings: "wght" 800, "ital" 12;
}

body#contact{background-color: white;
}

body#index{background-color: yellow;}