body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #eaffe9;
  color: #333;
}

header {
  background: #78cd63;
  color: white;
  padding: 15px 0;
  text-align: center;
}

nav {
  margin-top: 10px;
}

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

nav a:hover {
  text-decoration: underline;
}

.container {
  max-width: 900px;
  margin: auto;
  padding: 20px;
}

h1, h2 {
  color: #444;

}

.centered-heading {
  text-align: center;
}

footer {
  text-align: center;
  padding: 15px;
  background: #eee;
  font-size: 0.9em;
}

figure {
  margin: 20px 0;
  text-align: center;
}

figure img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

figcaption {
  font-size: 0.95em;
  color: #555;
  margin-top: 8px;
}

.instagram-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
