* {
  box-sizing: border-box;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
.page {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #E5E4E2;
  font-family: Courier, monospace;
  font-style: normal;
  font-weight: 100;
  color: #202020;
}
.container {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 20em;
  width: 100%;
  height: 10em;
  margin: -5em -10em;
  text-align: center;
}
img {
  text-decoration: none;
  color: inherit;
}

h1 img {
  position: relative;
  display: block;
  overflow: hidden;
  opacity: 0;
  width: 2em;
  height: 2em;
  margin: auto auto;
  background-color: #606060;
  font-size: 2em;
  line-height: 2em;
  color: transparent;
  border-radius: 50%;
  border: 0em solid #B6D0E2;
  transition: all 0.2s ease-in-out;
  animation: logo 0.6s ease-out 2.4s 1 normal forwards;
  animation-delay: 3s;
}

h1 a:hover,
h1 a:focus {
  background-color: #40B5AD;
}
h1 a:active {
  transform: scale(0.8);
}

@keyframes logo {
  0% {
    transform: translateY(-3em);
    opacity: 0;
  }
  70% {
    transform: translateY(0.5em);
    opacity: 1;
  }
  100% {
    transform: translateY(0em);
    opacity: 1;
  }
}

h1 em {
  position: absolute;
  display: block;
  top: 0.5em;
  left: 0.4375em;
  font-size: 0.5em;
  line-height: 1em;
  color: #fff;
}

h1 em:last-child {
  top: 0.5em;
  left: 1em;
}

h2 {
  display: block;
  height: 1.5em;
  margin: 1.5em 0;
  color: #606060;
  line-height: 1.25em;
}

hr {
  position: relative;
  width: 4em;
  height: 1px;
  background: #202020;
  margin: 1em auto;
}
.slogan {
  position: relative;
  display: block;
  overflow: hidden;
  width: 0em;
  height: 1.25em;
  margin: 1em auto;
  font-size: 2em;
  line-height: 1.5em;
  border-right: 0.105em solid #40B5AD;
  box-sizing: content-box;
  animation-name: blink-start, typing, fade-end;
  animation-duration: 1s, 1s, 1s;
  animation-timing-function: linear, steps(13, end), linear;
  animation-delay: 0s, 1s, 2s;
  animation-iteration-count: 1, 1, infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.slogan span {
  display: block;
  width: 10em;
}

.subslogan {
  position: relative;
  display: block;
  overflow: hidden;
  width: 0em;
  height: 1.25em;
  margin: 1em 35px;
  font-size: 1.5em;
  line-height: 1.5em;
  border-right: 0.125em solid #40B5AD;
  box-sizing: content-box;
  animation-name: fade-start, typing, blink-end;
  animation-duration: 1s, 1s, 1s;
  animation-timing-function: linear, steps(13, end), linear;
  animation-delay: 0s, 2s, 3s;
  animation-iteration-count: 1, 1, infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.subslogan span {
  display: block;
  width: 10em;
}

.comingsoon {
  position: relative;
  display: block;
  overflow: hidden;
  width: 0em;
  height: 1.25em;
  margin: 1em 35px;
  font-size: 1.5em;
  line-height: 1.5em;
  border-right: 0.125em solid #40B5AD;
  box-sizing: content-box;
  animation-name: fade-start, typing, fade-end;
  animation-duration: 1s, 1s, 1s;
  animation-timing-function: linear, steps(13, end), linear;
  animation-delay: 3s, 4s, 5s;
  animation-iteration-count: 1, 1, infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.comingsoon span {
  display: block;
  width: 10em;
}

@keyframes typing {
  from {
    border-color: #40B5AD;
    width: 0em;
  }
  to {
    border-color: #40B5AD;
    width: 11em;
  }
}

@keyframes blink-start {
  from,
  to {
    border-color: #40B5AD;
  }
  50% {
    border-color: transparent;
  }
}

@keyframes blink-end {
  from,
  to {
    border-color: #40B5AD;
  }
  50% {
    border-color: transparent;
  }
}

@keyframes fade-start {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: transparent;
  }
}

@keyframes fade-end {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: transparent;
  }
}
.contact {
  position: relative;
  width: 20em;
  margin: -1em auto 1.5em auto;
}

.contact a {
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  width: 2em;
  line-height: 2em;
  margin: 0 0.1em;
  color: #555;
  font-size: 1.5em;
  transition: background-color 0.2s ease-in-out;
  border-radius: 50%;
  animation: icons 0.3s ease-out 0s 1 normal forwards;
}

@keyframes icons {
  0% {
    transform: translateY(3em);
    opacity: 0;
  }
  70% {
    transform: translateY(-0.5em);
    opacity: 1;
  }
  100% {
    transform: translateY(0em);
    opacity: 1;
  }
}

.contact a:nth-child(1) {
  animation-delay: 3.1s;
}
.contact a:nth-child(2) {
  animation-delay: 3.15s;
}
.contact a:nth-child(3) {
  animation-delay: 3.2s;
}
.contact a:nth-child(4) {
  animation-delay: 3.25s;
}

.contact a:hover {
  color: #40B5AD;
}