
body {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 12px;
  background-color: #fef3bd;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  background-color: #fef3bd;
}

.logo {
  height: 40px;
}

.nav {
  display: flex;
  gap: 20px;
}

.nav a {
  text-decoration: none;
  color: black;
  font-family: Georgia, serif;
  font-size: 12px;
}

.hero-image {
  width: 100vw;
  max-height: 100vh;
  object-fit: cover;
  display: block;
}

.about-text {
  text-align: center;
  font-family: Georgia, serif;
  font-size: 12px;
  margin-top: 20px;
}

.menu-container {
  text-align: center;
  padding: 30px;
  font-family: Georgia, serif;
  font-size: 12px;
}

