@font-face {
  font-family: LeagueSpartan;
  src: url("./src/fonts/LeagueSpartan-Bold.otf") format("opentype"); }
@font-face {
  font-family: FiraCode;
  src: url("./src/fonts/FiraCode-Regular.woff") format("woff"); }
html,
body {
  margin: 0;
  padding: 0;
  font-family: FiraCode, monospace;
  background: #7ba6a1;
  width: 100vw;
  height: 100vh;
  z-index: -3;
  position: relative; }

body {
  max-width: 1200px;
  margin: 0 auto; }

#title-holder {
  display: flex;
  justify-content: center;
  align-items: center; }

#title {
  color: #f2d6a2;
  font-family: LeagueSpartan, monospace;
  font-size: 60px;
  background: rgba(0, 0, 0, 0); }
  #title a {
    cursor: pointer; }

#title:before {
  content: attr(title);
  color: #7ba6a1;
  text-shadow: #58838c 3px 2px 0px;
  position: absolute;
  display: block;
  padding: 2px;
  z-index: -1; }

#terminal {
  background: #406473;
  width: 80%;
  border: 3px solid #c7d9d2;
  margin: 0 auto;
  border-radius: 30px;
  height: 82vh;
  z-index: 2;
  position: relative;
  overflow: hidden; }

#terminal-container {
  padding: 40px;
  font-size: 16px;
  color: #c7d9d2;
  height: 94%;
  overflow: auto; }

@keyframes borderAnimation {
  10% {
    border: 1px solid #f2d6a2; }
  15% {
    border: 2px solid #c7d9d2; }
  20% {
    border: 1px solid #f2d6a2; }
  25% {
    border: 3px solid #f2d6a2; }
  100% {
    border: 3px solid #c7d9d2; } }
.appPhoto {
  margin: 5px;
  border: 2px solid #58838c;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.5s ease all;
  box-shadow: 5px gray; }

.appPhoto:hover {
  transform: scale(1.1); }

a.inline {
  color: #f2d6a2;
  cursor: pointer;
  display: block;
  padding: 10px 5px; }

@media only screen and (max-width: 1000px) {
  #title {
    font-size: 6vw; }

  #terminal-container {
    font-size: 2vw !important; } }
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
  z-index: 5; }

.bigImage {
  max-height: 70vh;
  margin: 0 auto;
  display: block;
  max-width: 80%; }

.close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s; }

/*# sourceMappingURL=main.css.map */
