* {
  color: white;
  font-family: Verdana;
  text-align: center;
  
}
body {
  background-color: black;
  
}
#links {
  text-decoration: none;
  overflow: hidden;
  list-style-type: none;
  display: flex;
  
}

#links li {
  float: left;
  padding: 14px 14px;
  margin: auto;
  text-align: center;
}
a {
  text-decoration: none;
}
a:hover {
  color: grey;
}