body {
  background-color: grey;
  color: black;
  font-family: 'Times New Roman', serif;
  display: flex;
  justify-content: center;
  align-items: center;
}