



body {
    background-color: white;
}


h1 {
    font-family: 'Times New Roman', Times, serif;
}




nav {
    display: flex;
    justify-content: center;
    gap: 2rem;
    padding: 1rem;
    border-bottom: 1px solid #DB8F35;
  }

  nav a {
    text-decoration: none;
    color: #333;
    font-size: 15px;
  }

  nav a:hover {
    color: #DB8F35;
  }