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

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

@media (orientation: landscape) {
  .image {
    position: absolute;
    left: 29vw;
    top: 2.5vh;
    height: 95vh;
  }
  .image .img-1 {
    position: absolute;
    height: 60vh;
    width: auto;
    left: 0;
    top: 17vh;
  }
  .image .img-2 {
    position: absolute;
    height: 95vh;
    width: auto;
    left: 61.5vh;
  }
  .title {
    position: absolute;
    bottom: 0;
    left: 2vh;
  }
  .title .title-1 {
    height: 13vh;
  }
}

@media (orientation: portrait) {
  .image {
    position: absolute;
    left: 1.5vw;
    top: 1.5vw;
    height: 72vw;
  }
  .image .img-1 {
    position: absolute;
    height: 50vw;
    width: autovw;
    left: 3vw;
    top: 6vw;
  }
  .image .img-2 {
    position: absolute;
    height: 72vw;
    width: 48vw;
    left: 49vw;
    bottom: 0;
  }
  .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_23.css.map */