body {
  font-family: Arial, sans-serif;
  background: #fff;
  color: #000;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.container {
  text-align: center;
}

h1 {
  font-size: 24px;
  margin-bottom: 20px;
}

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

li {
  margin: 8px 0;
}

a {
  text-decoration: none;
  color: blue;
  font-size: 16px;
}

a:hover {
  color: red;
}
