body {
  margin: 0;
  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: 36vw;
    top: 2.5vh;
    height: 95vh;
  }
  .image .img-1 {
    position: absolute;
    height: 56.5vh;
    width: auto;
    top: 0vh;
  }
  .image .img-2 {
    position: absolute;
    height: 35.56vh;
    width: auto;
    top: 59.42vh;
  }
  .image .img-3 {
    position: absolute;
    height: 95vh;
    width: auto;
    left: 47vh;
    top: 0vh;
  }
  .title {
    position: absolute;
    bottom: 0;
    left: 2vh;
  }
  .title .title-1 {
    height: 13vh;
  }
}

@media (orientation: portrait) {
  .image {
    position: absolute;
    width: 100vw;
    height: 100vh;
  }
  .image .img-1 {
    position: absolute;
    height: auto;
    width: 38.5vw;
    top: 2vw;
    left: 2vw;
  }
  .image .img-2 {
    position: absolute;
    height: auto;
    width: 38.5vw;
    top: 54vw;
    left: 2vw;
  }
  .image .img-3 {
    position: absolute;
    height: auto;
    width: 55vw;
    left: 43vw;
    top: 2vw;
  }
  .title {
    position: absolute;
    bottom: 0;
    left: 2vh;
  }
  .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_19.css.map */