html {
  background-color: black;
}

body {
  display: flex;
  flex-direction: column; 
  justify-content: center;
  align-items: center;    
  min-height: 100vh;       
}

p {
  color: white;
  font-size: 1.5em;
  font-style: italic;
  font-family: "times new roman", sans-serif;
}
