html {
  background-color: black;
  color: white;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  text-decoration-line: none;
  color: orange;
}

h3 {
  color: pink;
}

ul {
  list-style: none;
}