a {
  text-decoration: none;
  color: #333;
}

a:hover {
  color: white;
}

body {
  font-family: Arial, sans-serif;
  text-align: center;
}

box {
  display: grid;
  place-items: center;
}

ul {
  list-style: none;
}

ul {
  display: inline-block;
  text-align: left;
}
