body {
  background-color: white;
  color: white;
  font-family: Verdana;
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
