body {
  font-family: sans-serif;
  margin: auto;
  text-align: left;
  padding: 10px;
}


.navbar {
  background-color: #313236;
  border-radius: 5px;
  text-align: left;
}

.navbar a {
  color: #aaa;
  display: inline-block;
  font-size: 15px;
  padding: 10px;
  text-decoration: none;
}

.navbar a:hover {
  color: #ffffff;
}

.image-header {
  display: flex;
  justify-content: center;
}

.image-container {
  display: flex;
  justify-content: center; /* Center images horizontally */
  gap: 10px; /* Optional: space between images */
}

.image-container img {
  max-width: auto; /* Adjust size as needed */
}
