body {
  margin: 0;
  padding: 0;
  font-family: "Georgia", serif;
  background-color: #fffaf0;
  text-align: center;
}

header {
  padding: 40px 20px 20px;
}

h1 {
  font-size: 48px;
  margin-bottom: 0;
  font-weight: normal;
}

.highlight {
  display: inline-block;
}

nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

nav ul li a {
  text-decoration: none;
  color: black;
  font-size: 18px;
  font-family: monospace;
}

.main-image {
  width: 50%;
  max-width: 600px;
  margin-top: 40px;
  border-radius: 12px;
}
