body {
  margin: 0;
  font-family: 'OCR A Std', monospace;
  font-family: 'OCR A Std', monospace,'Courier New', Courier, monospace;
  background-color: #f9f4ea;
}

header {
  width: 10em;
  top: 0;
}

header ul {
  list-style-type: none;
  padding: 1em;
  line-height: 3em;
  margin-top: 0;
  margin-left: 1em;
}

header ul a {
  color: #707070;
}

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

@media (orientation: landscape) {
  .image {
    position: absolute;
    left: 31vw;
    top: 2.5vh;
    height: 95vh;
  }
  .image .img-1 {
    position: absolute;
    height: 42vh;
    width: auto;
    left: 0;
    top: 38vh;
  }
  .title {
    position: absolute;
    top: 29.3vh;
    left: 25vw;
  }
  .title .title-1 {
    height: 16.5vh;
    max-width: 15vw;
    max-height: 13vw;
  }
}

@media (orientation: portrait) {
  .image {
    position: absolute;
    height: 95vh;
    width: 100vw;
  }
  .image .img-1 {
    position: absolute;
    height: auto;
    width: 100vw;
    left: 0;
    top: 38vw;
  }
  .title {
    position: absolute;
    top: 12vw;
    left: 2vw;
  }
  .title .title-1 {
    height: 12vh;
    max-width: 29vw;
    max-height: 24vw;
  }
}

.copyright {
  color: #939393;
  opacity: 50%;
  width: 13.9vh;
  position: absolute;
  bottom: 0vh;
  right: 0.5vh;
}

.copyright .copy {
  text-align: center;
  font-size: 1.2vh;
  line-height: 0;
}

.copyright .right {
  text-align: center;
  font-size: 1vh;
  line-height: 0;
}
/*# sourceMappingURL=ppp_27.css.map */