html {
  background: black;
  
  color: white;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

a {
  color: red;
}