body {
  margin: 0;
  font-family: 'Times New Roman', serif;
  background: #fffafc url('assets/images/bg.jpg') repeat;
  text-align: center;
  color: #333;
}

header {
  padding: 80px 20px;
  background: rgba(255,255,255,0.8);
}

nav {
  background: #f8e1ec;
  padding: 10px;
  position: sticky;
  top: 0;
}

nav a {
  margin: 0 15px;
  text-decoration: none;
  color: #a33;
  font-weight: bold;
}

section {
  padding: 60px 20px;
}

.gallery {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.gallery img {
  width: 30%;
  border-radius: 8px;
}