body {
  background-color: black;
  margin: 0;
  padding: 0;
  color: white;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  padding: 10px;
  text-align: center;
}

header a {
  color: white;
  text-decoration: none;
}

a {
  color: #00bfff;
  text-decoration: none;
}

.spacer {
  height: 50px; /* Adjust the height for desired spacing */
}

h2 {
  text-align: center;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.content {
  background-color: white;
  color: black;
  padding: 20px;
  max-width: 600px;
  margin: 0 auto;
}

footer {
  padding: 20px;
  text-align: center;
  color: white;
}

ul.update-list {
  list-style-type: none;
  padding: 0;
}

ul.update-list li {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #f2f2f2;
  border-radius: 5px;
  overflow: hidden; /* Ensure the update content stays within the container */
}

ul.update-list h2 {
  font-size: 24px;
  margin-top: 0;
}

ul.update-list p {
  text-align: justify;
}

ul.update-list .date {
  float: right;
  margin-right: 15px;
  margin-bottom: 10px;
  font-style: italic;
  font-size: 12px;
}

#top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 10px;
  z-index: 9999;
}

#top-bar a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
}

#top-bar a:hover {
  text-decoration: underline;
}

#top-bar a:visited {
  color: #fff;
}
