@font-face {
  font-family: "BoxoutEB";
  src:  url('/fonts/Boxout02-ExtraBold.woff2') format('woff2'),
        url('/fonts/Boxout02-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
body {
  font-family: "BoxoutEB", Impact, monospace;
  background-color: #ed008c;
}

.container {
  max-width: 1920px;
}

.separator {
  animation: blinker 2s step-start infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

/*
 * Main
 */

 .display-logo {
  width: 32rem;
  max-width: 100%;
  padding-right: 3rem;
}

.clock {
  font-size: 29vw;
  line-height: 1;
}

@media screen and (max-width: 1199px) and (max-height: 1200px) {
  .display-logo {
    position: absolute;
    top: 1rem;
    left: 0;
    width: 15vw;
    padding: 0;
  }
  .clock-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 1081px) and (max-height: 1200px) {
  .mediateko-logo {
    width: 300px;
  }
}

@media screen and (max-width: 600px) and (min-height: 600px) {
  .clock {
    flex-direction: column;
    font-size: 35vh;
  }
  .separator {
    display: none;
  }
  .mediateko-logo {
    animation: blinker 2s step-start infinite;
  }
}

@media (min-height: 1200px) {
.display-logo {
    width: 22rem;
  }
  .mediateko-logo {
    padding-top: 8rem!important;
  }
}
@media (min-height: 1200px) {
  .clock {
    flex-direction: column;
    font-size: 32rem;
  }
  .separator {
    display: none;
  }
  .display-logo {
    width: 22rem;
  }
  .mediateko-logo {
    padding-top: 8rem!important;
  }
}