
* {
  margin: 0;
  padding: 0;
  
}
body {
  height: 100vh;
  background-color: black;
}

a:link, a:visited, a:hover, a:active {
  color: white;
  text-decoration: none;
}

