.body {
  background-color: #fc8e03;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.heading {
  color: #fc8e03;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 25px;
  line-height: 25px;
}


