.body {
  color: #fff;
  background-color: #77143c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.logo-preview {
  width: 24vw;
}

.heading {
  letter-spacing: .3vw;
  text-transform: uppercase;
  margin-top: 1vw;
  margin-bottom: 1vw;
  font-size: 2vw;
  font-weight: 600;
  line-height: 2vw;
}

.paragraph {
  text-align: center;
  max-width: 32vw;
  margin-bottom: 0;
  font-size: 1vw;
  font-style: italic;
  line-height: 1.2vw;
}

.italic-text {
  font-size: 1vw;
  line-height: 1vw;
}

.insta {
  width: 12vw;
}

.link-block {
  margin-top: 3vw;
}

@media screen and (max-width: 479px) {
  .logo-preview {
    width: 80vw;
  }

  .heading {
    margin-bottom: 4vw;
    font-size: 6vw;
    line-height: 6vw;
  }

  .paragraph {
    max-width: 80vw;
    font-size: 4vw;
    line-height: 6vw;
  }

  .italic-text {
    font-size: 4vw;
    line-height: 4vw;
  }

  .insta {
    width: 32vw;
  }

  .link-block {
    margin-top: 12vw;
  }
}
