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

@media (orientation: landscape) {
  .image {
    position: absolute;
    left: 18vw;
    top: 2.5vh;
    height: 95vh;
  }
  .image .img-1 {
    position: absolute;
    height: 45vh;
    width: auto;
    left: 10vh;
    top: 23vh;
  }
  .image .img-2 {
    position: absolute;
    height: 95vh;
    width: auto;
    left: 54vh;
  }
  .image .img-3 {
    position: absolute;
    height: 40vh;
    width: auto;
    left: 70vh;
    top: 14vh;
  }
  .image .img-4 {
    position: absolute;
    height: 22vh;
    width: auto;
    left: 77vh;
    top: 59vh;
  }
  .title {
    position: absolute;
    bottom: 0;
    left: 2vh;
  }
  .title .title-1 {
    height: 13vh;
  }
}

@media (orientation: portrait) {
  .image {
    position: absolute;
    height: 100vh;
    width: 100vw;
  }
  .image .img-1 {
    position: absolute;
    height: 34vw;
    width: auto;
    left: 3.5vw;
    top: 43vw;
  }
  .image .img-2 {
    position: absolute;
    height: 90vw;
    width: auto;
    left: 35.5vw;
    top: 20vw;
  }
  .image .img-3 {
    position: absolute;
    height: 36vw;
    width: auto;
    left: 51vw;
    top: 36vw;
  }
  .image .img-4 {
    position: absolute;
    height: 20vw;
    width: auto;
    left: 57vw;
    top: 75vw;
  }
  .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_6.css.map */