*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
  background-color: black;
  color: White;
  font-family: Arial;
  text-align: center;
}
a{
  color: orange;
  text-decoration: none;
}
li{
    list-style-type: none;
}