body {
 font-family: Arial, sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.2;
  color: #222;
}

.gallery-container {
  overflow: hidden;
  width: 100%;
  border: 0px solid #ddd;
  margin-top: 20px;
  margin-bottom: 20px;
}

.gallery {
  display: flex;
  gap: 10px;
  cursor: grab;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.gallery img {
  height: 600px;
  flex-shrink: 0;
  border-radius: 0px;
  border: 0px solid #ccc;
}


h1 {
  font-size: 1.8em;
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-size: 1.2em;
  margin-top: 0;
  margin-bottom: 0;
}

.subtitle {
  margin-top: 0;
  color: #777;
  font-size: 0.7em;
}

nav a {
  color: #3b3bf2;
  text-decoration: none;
  font-size: 0.1em;
}

nav a:hover {
  text-decoration: underline;
}

.article {
  margin-bottom: 1px;
}

.title {
  color: #3b3bf2;
  font-size: 1em;
}

.date {
  font-size: 0.1em;
  color: #666;
  margin: 1px 0;
}
p {
  font-size: 0.1em;
  color: #666;
  margin-top: 0;
  margin-bottom: 0;
}
.images {
  margin-top: 5px;
}

.images img {
  width: 300px;
  margin: 5px;
  border-radius: 1px;
  border: 1px solid #ddd;
}
