body {
  background-color: black;
}

.changelog-title {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: white;
}

.changelog-container {
  border-color: rgb(0, 60, 128);
  border-style: double;
  margin: 3px;
  margin-top: 50px;
  height: 100%;
  width: 80%;
  text-align: left;
}

.changelog-entry {
  color: white;
  text-align: justify;
  margin-left: 2px;
  margin-right: 2px;
}

/* Estilo para los títulos de versión */
.changelog-version {
  color: yellow;
  border-bottom: 2px solid yellow;
}

/* Estilo para los enlaces normales dentro del texto */
.changelog-entry a {
  color: #00aaff;
  text-decoration: none;
}

.changelog-entry a:hover {
  text-decoration: underline;
}
