/* crt effect */
      .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: 5;
  background-size: 100% 2px, 3px 100%;
  pointer-events: none;
}

@keyframes flicker {
  0% {
  opacity: 0.00001;
  }
  5% {
  opacity: 0.00009;
  }
  10% {
  opacity: 0.00004;
  }
  15% {
  opacity: 0.00006;
  }
  20% {
  opacity: 0.00008;
  }
  25% {
  opacity: 0.0006;
  }
  30% {
  opacity: 0.10008;
  }
  35% {
  opacity: 0.10004;
  }
}

.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;
}
    
    
/* basic */
html {
    background-image: url(images/game_images/gamebg.jpg);
    cursor: url("images/photos_images/cur.png"), auto;
}
.content {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 5px;
    font-family: "MS PGothic", "Meiryo", メイリオ, "Hiragino Kaku Gothic ProN", ヒラギノ角ゴ Pro W3, sans-serif;
    font-size: 14px;
    letter-spacing: 0.9px;
    line-height: 21px;
    width: 580px;
    height: 450px;
    background-image: url(images/game_images/IMG_1911.webp);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative; 
}
.footer {
    position: absolute;
    bottom: 2px;
    left: 6px;
    color: #ffdbf7;
}
.head {
    color: #ffdbf7;
    position: absolute;
    top: 2px;
    right: 8px;
}
.gamesmenu {
    border: 1px black solid;
    margin: 50px 0px 50px; 10px;;
    height: 300px;
    width: 280px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
}
.games {
    display: inline-flex;
    flex-wrap: wrap;
    column-gap: 4px;
    overflow-y: scroll;
    outline: 1px black solid;
    height: 215px;
    padding-top: 10px;
}
.game {
    margin: 0px;
    text-align: center;
    margin-bottom: 10px;
}
.game img:hover {
    transform: translateY(-3px) scale(1.05) !important;
    border: 1px #e2bfff solid;
}
.game img {
    height: 80px;
    border: 1px black solid;
    
}
.cap {
    font-size: 10px;
    width: 100px;
    text-align: center;
    line-height: 10px;
    color: white;
    text-shadow: -1px -1px 0 black, 0px -1px 0 black, 1px -1px 0 black, -1px 0px 0 black, 1px 0px 0 black, -1px 1px 0 black, 0px 1px 0 black, 1px 1px 0 black;
    margin: 0;
}
p {
   color: #ffb8f0;
   font-size: 12px;
}
a {
    color: #ffb8f0;
    text-decoration-style: dotted;
}
a:hover {
    color: #e08dcf;
    cursor: url("images/photos_images/cur.png"), auto;
}
u {
    text-decoration-style: dotted;
}
.gamelog {
    border: 1px black solid;
    margin: 50px 0px 50px; 10px;;
    height: 300px;
    width: 550px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
}
.gamelog p {
    color: white;
}
.gamelog img {
    max-height: 200px;
    max-width: 400px;
    border: 1px black solid;
}
.gamelogcontent {
    overflow-y: scroll;
    outline: 1px black solid;
    padding: 10px;
    height: 270px;
}
.back {
    text-decoration: underline;
    text-decoration-style: dotted;
}
h2 {
    color: #e6deff;
    text-shadow: -1px -1px 2px #af8fcf, 1px -1px 2px #ffcffb, -1px 1px 2px #5f4b82, 1px 1px 2px #70596e;
    text-transform: lowercase;
}
.info {
    border: 1px #ffdbf7 double;
    font-size: 10px;
    line-height: 10px;
    text-transform: lowercase;
    padding-left: 3px;
}
span {
    text-transform: uppercase;
}