@font-face {
  font-family: "Neue Plak Extended Semi";
  src: url("../fonts/NeuePlak-ExtendedSemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Plak Extended";
  src: url("../fonts/NeuePlak-ExtendedBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Plak";
  src: url("../fonts/NeuePlak-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Plak";
  src: url("../fonts/NeuePlak-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Neue Plak Extended', sans-serif;
  font-weight: bold;
  background-color: #E41D1B;
  overflow: hidden;
}

.content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-column-align: center;
  justify-self: center;
  height: 100svh;
}

.inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  row-gap: 1.5rem;
}

h1 {
  font-size: 4vw;
  color: #fff;
  text-transform: uppercase;
}

.logo {
  width: 16vw;
}

.link {
  position: absolute;
  bottom: 4vw;
  transition: opacity 0.3s ease-in-out;
}

.link:hover {
  opacity: 0.75;
}

.instagram {
  width: 9vw;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 6vw;
  }

  .logo {
    width: 25vw;
  }

  .link {
    bottom: 8vw;
  }

  .instagram {
    width: 16vw;
  }
}

@media (max-width: 767px) {
  .inner {
    row-gap: 1rem;
  }

  h1 {
    font-size: 9vw;
  }

  .logo {
    width: 40vw;
  }

  .link {
    bottom: 12vw;
  }

  .instagram {
    width: 32vw;
  }
}
