body {
  font-family: Arial, sans-serif;
  margin: 20px;
}

h1,
p {
  text-align: center;
}

ul {
  list-style-type: none;
  padding: 0;
}

li {
  margin-bottom: 20px;
}

.version-number {
  font-weight: bold;
}

.version-date {
  font-size: 12px;
  color: #888;
}

.version-description {
  margin-top: 5px;
}

.version-button {
  position: fixed;
  top: 15px;
  right: 15px;
  font-family: Arial, sans-serif;
}