body {
  background-color: red;
  color: white;
  font-family: Comic;
  
}

div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
  border: 1px solid black;
}