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

a {
  text-decoration: none;
}

.logo-container {
  height: 6.5vh;
}

.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;
}

.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;
}

.title {
  position: absolute;
  top: 76vh;
  left: 62vw;
}

.title .title-1 {
  height: 13vh;
}

.info-page {
  position: absolute;
  top: 7vh;
  left: 29vw;
}

.info-page .qqq {
  height: 19vh;
  max-width: 20vw;
  max-height: 23vw;
}

.info-page .qqq:hover {
  opacity: 50%;
}

.proj-container-2 {
  position: absolute;
  height: 66vh;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.proj-container-2 .ppp {
  height: 65vh;
  max-width: 50vw;
  max-height: 75vw;
}

.proj-container-2 .ppp:hover {
  opacity: 75%;
}

@media (orientation: portrait) {
  .title {
    position: absolute;
    left: 87%;
    top: 69%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .title .title-1 {
    height: 21vh;
    max-width: 22vw;
    max-height: 18vw;
  }
  .info-page {
    position: absolute;
    left: 13%;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .info-page .qqq {
    height: 19vh;
    max-width: 20vw;
    max-height: 20vw;
  }
  .info-page .qqq:hover {
    opacity: 50%;
  }
  .proj-container-2 {
    position: absolute;
    height: 75vw;
    left: 50%;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .proj-container-2 .ppp {
    height: 65vh;
    max-width: 50vw;
    max-height: 75vw;
  }
  .proj-container-2 .ppp:hover {
    opacity: 75%;
  }
}
/*# sourceMappingURL=ppp_1.css.map */