  @font-face {
    font-family: "BIOS";
    src:
      local("BIOS"),
      url("../assets/Ac437_IBM_CGAthin.ttf") format("opentype"),
  }

  @font-face {
    font-family: "Jacq";
    src:
      local("Jacq"),
      url("../assets/JacquardaBastarda9-Regular.ttf") format("opentype"),
  }

  @font-face {
    font-family: "IBMmono";
    src:
      local("IBMmono"),
      url("../assets/IBMPlexMono-Regular.ttf") format("opentype"),
  }

  @font-face {
    font-family: "OcrA";
    src:
      local("OcrA"),
      url("../assets/OCRAStd.otf") format("opentype"),
  }

#preloader {
    background: black;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
}

.EPA {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: right;
}

.BIOS {
    font-family: BIOS;
    color: white;
}

.BIOSh1 {
    font-family: BIOS;
    color: cyan;
}

.highlight {
    color: yellow;
}

.header {
    font-family: Jacq;
    text-align: left;
    display: block;
}

.h1 {
    color: #FF4F00;
    font-size: 7rem;
    margin-top: 0;
    margin-bottom: 0;
}

.navbar {
    background-image: radial-gradient(#6886cc, #626fb2);
    background-color: #687ecc;
    border: #010204;
    border-style: groove;
    border-style: solid;
    border-width: 0.3rem;
    margin: 1rem;
    float: left;
    padding: 0.5rem;
    text-decoration: none;
    position: sticky;
    top: 0;
    z-index: 2;
}

ul {
    margin-left: -2rem;
    margin-right: auto;
    list-style-type: none;
}

li {
    color: inherit;
    font-family: OcrA;
    font-size: 1.4rem;
}

a {
    color: white;
    text-decoration:none; 
}
a#black {
    color: black;
    text-decoration:none; 
}


.webamp {
    top: 2rem;
    float: right;
}


@media (min-width: 768px) {
    body {
      font-size: 1.125rem;
    }
    .content {
        font-size: 1.125rem;
      }
  }


a:hover {
    color:black; 
    text-decoration-line: underline;
    cursor:pointer;  
}

.container {
    min-height: 100vh;
}

#ansii {
    position: relative;
    color: #FF4F00;
 }
 
 #background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    overflow: hidden;
 }

body {
    margin: 0;
    padding: 0;
}

#pfp {
    width: 100px;
    height: 100px;
    display: flex;
    float: left;
    margin: 1rem;
    border-style: inset;
    border-width: 0.2rem;
}

.content {
    width: 40rem;
    margin-right: 24rem;
    margin-left: 12rem;
    min-height: 100vh;
    margin-top: 0;
    padding: 1rem;
    font-family: OcrA;
    font-size: 1rem;
}

.blogContent {
    margin-top: 0;
    padding: 1rem;
    font-family: OcrA;
    font-size: 1rem;
}

#map {
    width: 30rem;
    height: 30rem;
}

.map {
    position: relative;
    text-align: center;
    color: black;
    border-width: 0.2rem;
    border-style: inset;
    background-color:#fbfbfb;
}

#mapA {
    color: black;
    text-decoration:none; 
}

#mapA:hover {
    color: #FF4F00; 
    text-decoration-line: underline;
    cursor:pointer;  
}


.homeh1 {
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blogMapButton {
    position: absolute;
    top: 15%;
    left: 10%;
}

.aboutMapButton {
    position: absolute;
    top: 15%;
    right: 20%;
}

.gamesMapButton {
    position: absolute;
    top: 55%;
    left: 20%;
    transform: translate(-50%, -50%);
}

.contactsMapButton {
    position: absolute;
    bottom: 20%;
    right: 10%;
}

.projectsMapButton {
    position: absolute;
    bottom: 15%;
    left: 40%;
}

.ps {
    color: gray;
}

.line {
    position: absolute;
    background: #FF4F00;
    pointer-events: none;
}
.horizontal {
    height: 2px;
    width: 100vw;
}
.vertical {
    width: 2px;
    height: 100vh;
}

.blogPostButton {
    border-width: 0.2rem;
    border-style: inset;
    width: 10rem;
    height: 5rem;
    margin-right: 24rem;
    margin-left: auto;
    text-decoration: none;
    display: inline-block;
    font-family: OcrA;
}

.blogPost {
    border-width: 0.2rem;
    border-style: inset;
    background-color:#fbfbfb;
    width: 40rem;
    margin-left: 12rem;
    padding: 1rem;
}

.blogPostButtonsArray {
    display:grid;
    grid-template-columns: max-content;
    gap: 1rem;
    margin: 1rem;
    margin-left: auto;
}

.why {
    background-color:#fbfbfb;
    padding: 0.2rem;
    border-width: 0.2rem;
    border-style: inset;
}

.enterance {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    border-width: 0.3rem;
    border-style: inset;
    background-color: none;
    padding: 2rem;
}

.enterContent {
    font-family: OcrA;
    font-size: 1rem;
    color: black;
    margin-bottom: 2rem;
}

.enterancebutton {
    font-family: OcrA;
    font-size: 2rem;
    background-color: red;
    color: white;
    border: none;
    cursor: pointer;
}

.footer {
    text-align: center;
}















