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

.heading {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}


