.body {
  background-color: #ffe6e6;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  color: #e9bebe;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 22px;
  font-weight: 400;
}


