body {
  overflow: scroll;
  font-family: 'OCR A Std', monospace,'Courier New', Courier, monospace;
  background-color: #fee0e0;
  min-height: 100%;
}

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

@media (orientation: landscape) {
  .email {
    position: absolute;
    top: 39vh;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  .email .e-m {
    height: 32vh;
    max-width: 90vw;
    max-height: 40vw;
  }
  .email .e-m:hover {
    opacity: 70%;
  }
  .instagram {
    position: absolute;
    top: 22vh;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  .instagram .insta {
    height: 22vh;
    max-width: 90vw;
    max-height: 30vw;
  }
  .instagram .insta:hover {
    opacity: 70%;
  }
}

@media (orientation: portrait) {
  .email {
    position: absolute;
    top: 29vh;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  .email .e-m {
    height: auto;
    width: 90vw;
  }
  .email .e-m:hover {
    opacity: 70%;
  }
  .instagram {
    position: absolute;
    top: 19vh;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  .instagram .insta {
    height: 22auto;
    width: 85vw;
  }
  .instagram .insta:hover {
    opacity: 70%;
  }
}
/*# sourceMappingURL=contact.css.map */