@font-face {
    font-family: "pixcor";
    src: url("https://file.garden/apNfvx7zAfHoq4ug/bonemastersite/courier-pixel-monospaced.otf") format("opentype");
}

body {
    background-color:black;
    image-rendering: pixelated;
    
    padding:20px;
    display: flex;
    justify-content: center; 
    align-items: center;     
    margin: 0;               
}



.border {
    border-color: #00ff00;
    border-style: solid;
    border-width: 2px;
    min-width: 300px;
    background-color: black;
    padding:10px;
    display: flex;
  flex-direction: column;


}

.logo {

    width: 150px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding:10px;

}

.border p {
    color: #0d440d;
    font-family: "pixcor", Courier, monospace;
    font-size: 10px;
    text-align: center;
}


.gohome a {
padding:3px;
    color: #3b643b;
    font-family: "pixcor", Courier, monospace;
    font-size: 10px;
}


.border a {
margin-left: 10px;
padding:3px;
}

.border a:link:hover {
    color: #00ff00;
    font-family: "pixcor", Courier, monospace;
    font-size: 10px;
}
.border a:visited:hover {
    color: #01d201;
    font-family: "pixcor", Courier, monospace;
    font-size: 10px;
}
.border a:link {
    color: #017501;
    font-family: "pixcor", Courier, monospace;
    font-size: 10px;
}
.border a:visited {
    color: #003500;
    font-family: "pixcor", Courier, monospace;
    font-size: 10px;
}


.intro p {
    color: #0d440d;
    font-family: "pixcor", Courier, monospace;
    font-size: 9px;
    text-align:center;
}

.intro {


        margin-bottom: 50px;

}



  .crt::before {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
  z-index: 2;
  background-size: 100% 2px, 3px 100%;
  pointer-events: none;
}

@keyframes flicker {
  0% {
  opacity: 0.27861;
  }
  5% {
  opacity: 0.34769;
  }
  10% {
  opacity: 0.23604;
  }
  15% {
  opacity: 0.10626;
  }
  20% {
  opacity: 0.18128;
  }
  25% {
  opacity: 0.10626;
  }
  30% {
  opacity: 0.18128;
  }
  35% {
  opacity: 0.23604;
  }
}

.crt::after {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(18, 16, 16, 0.1);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  animation: flicker 0.15s infinite;
}
