
body {
  font-family: "Inter", sans-serif;
}
h1, h2, h3 {
  letter-spacing: -0.5px;
}
.none {
  display: none;
}

.event-photos {
  text-align: center;
  background-color: #f7f8fa;
  padding: 2rem 1rem;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.event-photos h2 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.event-photos p {
  color: #555;
  margin-bottom: 1rem;
}

.event-photos .photo-link {
  display: inline-block;
  background-color: #4285f4;
  color: #fff;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  transition: background-color 0.2s;
}

.event-photos .photo-link:hover {
  background-color: #3367d6;
}
