
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
  background-image : url('landing_bg.png');
  margin: -5rem;
  min-height: 100vh;
  font-family: 'GmarketSansMedium', sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: #ffffff;
}

.text {
  position: absolute;
  width: 450px;
  left: 50%;
  margin-left: -355px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
}

p {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.word {
  position: absolute;
  width: 420px;
  opacity: 0;
}

.letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}

.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  transform: rotateX(-90deg);
}

.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wisteria {
  color: #CCA63D;
}

.belize {
  color: #FF7373;
}

.pomegranate {
  color: #B2CCFF;
}

.green {
  color: #D8D8D8;
}

.midnight {
  color: #FFE400;
}
