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

.container {
  padding: 40px;
  text-align: center;
}

h1 {
  font-size: 36px;
  color: #333;
  margin-bottom: 40px;
}

.moment {
  background-color: white;
  padding: 20px;
  margin: 20px auto;
  max-width: 700px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.moment img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-top: 15px;
}

.moment h2 {
  font-size: 24px;
  color: #444;
}

.moment p {
  margin-top: 15px;
  font-size: 16px;
  color: #555;
}
