@font-face {
  font-family: 'days';
  src: url('../../fonts/Days-webfont.eot');
  src: url('../../fonts/Days-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/Days-webfont.woff') format('woff'), url('../../fonts/Days-webfont.ttf') format('truetype'), url('../../fonts/Days-webfont.svg#pf_din_text_comp_promedium') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  background: #00021c;
}

.main-stub {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logo-stub {
  background: #00021c url(../../images/lev/redirect.gif) no-repeat;
  background-size: contain;
  width: 290px;
  height: 198px;
  margin: 0 auto 50px auto;
}

.all-text {
  white-space: nowrap;
  font-size: 20px;
  color: #8392ac;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 640px) {
  .main-stub {
    margin: 150px auto 0 auto;
    position: initial;
    top: none;
    left: none;
    transform: none;
  }

  .logo-stub {
    width: 120px;
    height: 120px;
  }

  .all-text {
    white-space: normal;
    width: 50%;
    margin: 0 auto;
  }

  .dad-text {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .mirror-text,
  .chill-text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
  }
}
