.body {
  grid-row-gap: 60px;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bg {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo {
  width: 300px;
  position: relative;
}

.bg-image {
  width: 100%;
  height: 100%;
  opacity: .7;
  object-fit: cover;
}

.heading {
  color: #f8eed4;
  text-align: center;
  font-family: Scheherazaderegot, sans-serif;
  font-size: 71px;
  font-weight: 500;
  line-height: 80px;
  position: relative;
}

.fb-link {
  position: relative;
}

.fb-image {
  width: 100%;
}

@media screen and (max-width: 479px) {
  .body {
    margin-left: 40px;
    margin-right: 40px;
  }

  .logo {
    width: 230px;
  }

  .heading {
    font-size: 60px;
    line-height: 60px;
  }

  .fb-image {
    width: 150px;
  }
}


@font-face {
  font-family: 'Scheherazaderegot';
  src: url('../fonts/ScheherazadeRegOT.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}