.body {
  background-image: url('../images/KRAN.jpg'), linear-gradient(#ff0123, #ff0123);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  padding-bottom: 10%;
  display: flex;
}

.heading {
  color: #fff;
  text-align: center;
  font-family: Changa One, Impact, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 479px) {
  .body {
    padding-bottom: 30%;
  }

  .heading {
    font-size: 2rem;
  }
}


