body {
  background-image: url("wallpaper.png");
  background-color: black;
  background-size: cover;
  height: 100vh;
}

}

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

li {
  margin: 10px 0;
}

a {
  color: #ffd700;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

