
body {
  background-color: black;
  color: white;
  font-family: timesnewroman;
}

.center-screen {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}