body {
  font-family: 'OCR A Std', monospace,'Courier New', Courier, monospace;
  background-color: #e5e5fd;
  min-height: 100%;
}

a {
  text-decoration: none;
}

.logo-container {
  height: 6.5vh;
  max-width: 40vw;
  aspect-ratio: 9.292/1.292;
}

.logo-container .logo {
  height: 6.5vh;
  bottom: 0;
  margin: 0;
}

header {
  position: absolute;
  width: 15vh;
  top: 6vh;
}

header ul {
  list-style-type: none;
  font-size: 1.6vh;
  padding: 2vh;
  line-height: 3.5vh;
  margin-top: 0;
  margin-left: 0;
}

header ul a {
  color: #707070;
}

header ul a:hover {
  color: #4909ec;
}

@media (orientation: landscape) {
  .c-v {
    position: absolute;
    top: 10vh;
    left: 25vw;
  }
  .c-v .cv {
    height: 110vh;
    min-height: 800px;
  }
}

@media (orientation: portrait) {
  .c-v {
    position: absolute;
    top: 12vh;
    left: 12vw;
  }
  .c-v .cv {
    height: 80vh;
    min-height: 800px;
  }
}
/*# sourceMappingURL=c-v.css.map */