html, body {
  margin: 0;
  height: 100%;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}

p {
  color: white;
  font-size: 17px;
  font-family: sans-serif;
}
