* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
}

p {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 2rem;
  color: white;
}
