body {
  color: #312828;
  background-color: #f6f4f1;
  font-family: Generalsans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #312828;
  text-decoration: none;
}

a:hover {
  color: #ecffa7;
  background-color: #829629;
}

.main {
  height: 100vh;
  grid-row-gap: 4rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.big-type {
  font-family: Generalsans, sans-serif;
  font-size: 21vw;
  font-weight: 700;
  line-height: 78%;
}

.big-type.scramble {
  color: #ceae1e;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Verona Serial, sans-serif;
  font-size: 8vw;
  font-weight: 400;
  line-height: 90%;
}

.small-type-wrapper {
  max-width: 90vw;
  grid-column-gap: 10rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.small-type {
  opacity: 1;
  color: #ceae1e;
  letter-spacing: 2px;
  text-transform: none;
  margin-bottom: 0;
  font-family: Didot, sans-serif;
  font-size: 2rem;
  line-height: 100%;
}

.small-type:hover {
  color: #000;
}

.small-type.mt {
  margin-top: 1rem;
}

.link-external {
  border-radius: 4px;
  padding: 11px 8px 0;
  transition: all .2s;
}

.link-external:hover {
  color: #3a3c16;
  background-color: #ceae1e;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.body-2 {
  background-color: #000;
}

@media screen and (max-width: 991px) {
  .small-type-wrapper {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .big-type-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }

  .small-type {
    letter-spacing: 1px;
    font-size: 1.5rem;
  }

  .link-external {
    padding-top: 0;
  }
}


@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Didot';
  src: url('../fonts/Didot-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Verona Serial';
  src: url('../fonts/verona-serial-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Didot Lt Std';
  src: url('../fonts/Didot-LT-Std-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}