  :root {
    --content: #ffffff;
            }

  @font-face {
    font-family: Roboto;
    src: url('https://dungeoncrab.neocities.org/fonts/Roboto-VariableFont_wdth,wght.ttf');
  }

  @font-face {
    font-family: ShareTech;
    src: url('https://dungeoncrab.neocities.org/fonts/ShareTechMono-Regular.ttf');
  }


  body {
    font-family: 'Roboto';
    background-image: repeating-linear-gradient(
      to bottom,
      rgba(255,255,255,0.05),
      rgba(255,255,255,0.05) 1px,
      transparent 1px,
      transparent 8px
      );
    margin: 0;
    background-color: #050505;
    background-size: 100% 500%;    
    animation: scanMove 1s linear infinite;
    color: #f5ffe8;
    z-index:1;
  }
    
  * {
    box-sizing: border-box;
  }

  #container {
    max-width: 900px;
    margin: 0 auto;
    }

  #container a {
    color: #b51200;
    font-weight: bold;
  }

  #header {
    max-width: 100%;
    background-image: url('https://dungeoncrab.neocities.org/arts/header.JPG');
    background-repeat: no-repeat;
    background-size: 90% auto;
    background-position: center;
    background-color: #050505;
    }

            /* navigation section!! */
  #navbar {
    height: 40px;
    background-color: #050505;
    width: 100%;
  }

  #navbar ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    justify-content: space-evenly;
  }

  #navbar li {
    padding-top: 10px;
  }

  #navbar li a {
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
  }

  #navbar li a:hover {
    color: #b51200;
    text-decoration: underline;
  }

  #flex {
    display: flex;
  }
  
  #new-phrase-btn {
    display: block;
    margin: 10px auto;
    padding: 6px 12px;
    font-family: monospace;
    background: rgba(0,0,0,0.6);
    border: 1px solid #b51200;
    color: #f5ffe8;
    border-radius: 4px;
    cursor: pointer;
  }

  #new-phrase-btn:hover {
    background: rgba(0,0,0,0);
  }
  aside {
    background-color: #050505;
    width: 200px;
    padding: 20px;
    font-size: smaller;
    }

  main {
    background-color: #000000;
    flex: 1;
    padding: 20px;
    order: 2;
    }


    * #leftSidebar {
      order: 1;
    }

    #rightSidebar {
      order: 3;
    }

    footer {
      background-color: #050505;
      width: 100%;
      height: 40px;
      padding: 10px;
      text-align: center;
    }

    h1,
    h2,
    h3 {
      font-family: 'ShareTech';
      color: #b51200;
    }

    h1 {
      font-size: 25px;
    }

    strong {
      color: #b51200;
    }

    .box {
      background-color: #050505;
      border: 1px solid #b51200;
      padding: 10px;
    }

    #topBar {
      width: 100%;
      height: 30px;
      padding: 10px;
      font-size: smaller;
      background-color: #050505;
    }

  .post {
    padding: 15px;
    margin-bottom: 20px;           
    border-radius: 6px;            
  }

  .title-art {
    display: flex;
    justify-content: center;  
    align-items:center;
    font-family: "ShareTech";
    color: #ffffff;
    text-align: center; 
    font-size: 11px;
    line-height: 12px;
  }
  
  .image-sizing {
    width: 90%;
    max-width: 500px;
    height: auto;
    display: block;
  }
  .center_image {
    display: block;
    justify-content: center;
    height: auto;
    margin: 0 auto;
    max-width: 500px;
    width: 90%
  }

@keyframes flicker {
  0% {
    opacity: 0.27861;
  }
  5% {
    opacity: 0.34769;
  }
  10% {
    opacity: 0.23604;
  }
  15% {
    opacity: 0.90626;
  }
  20% {
    opacity: 0.18128;
  }
  25% {
    opacity: 0.83891;
  }
  30% {
    opacity: 0.65583;
  }
  35% {
    opacity: 0.67807;
  }
  40% {
    opacity: 0.26559;
  }
  45% {
    opacity: 0.84693;
  }
  50% {
    opacity: 0.96019;
  }
  55% {
    opacity: 0.08594;
  }
  60% {
    opacity: 0.20313;
  }
  65% {
    opacity: 0.71988;
  }
  70% {
    opacity: 0.53455;
  }
  75% {
    opacity: 0.37288;
  }
  80% {
    opacity: 0.71428;
  }
  85% {
    opacity: 0.70419;
  }
  90% {
    opacity: 0.7003;
  }
  95% {
    opacity: 0.36108;
  }
  100% {
    opacity: 0.24387;
  }
}
@keyframes textShadow {
  0% {
    text-shadow: 0.4389924193300864px 0 1px rgba(0,30,255,0.5), -0.4389924193300864px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  5% {
    text-shadow: 2.7928974010788217px 0 1px rgba(0,30,255,0.5), -2.7928974010788217px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  10% {
    text-shadow: 0.02956275843481219px 0 1px rgba(0,30,255,0.5), -0.02956275843481219px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  15% {
    text-shadow: 0.40218538552878136px 0 1px rgba(0,30,255,0.5), -0.40218538552878136px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  20% {
    text-shadow: 3.4794037899852017px 0 1px rgba(0,30,255,0.5), -3.4794037899852017px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  25% {
    text-shadow: 1.6125630401149584px 0 1px rgba(0,30,255,0.5), -1.6125630401149584px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  30% {
    text-shadow: 0.7015590085143956px 0 1px rgba(0,30,255,0.5), -0.7015590085143956px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  35% {
    text-shadow: 3.896914047650351px 0 1px rgba(0,30,255,0.5), -3.896914047650351px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  40% {
    text-shadow: 3.870905614848819px 0 1px rgba(0,30,255,0.5), -3.870905614848819px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  45% {
    text-shadow: 2.231056963361899px 0 1px rgba(0,30,255,0.5), -2.231056963361899px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  50% {
    text-shadow: 0.08084290417898504px 0 1px rgba(0,30,255,0.5), -0.08084290417898504px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  55% {
    text-shadow: 2.3758461067427543px 0 1px rgba(0,30,255,0.5), -2.3758461067427543px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  60% {
    text-shadow: 2.202193051050636px 0 1px rgba(0,30,255,0.5), -2.202193051050636px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  65% {
    text-shadow: 2.8638780614874975px 0 1px rgba(0,30,255,0.5), -2.8638780614874975px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  70% {
    text-shadow: 0.48874025155497314px 0 1px rgba(0,30,255,0.5), -0.48874025155497314px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  75% {
    text-shadow: 1.8948491305757957px 0 1px rgba(0,30,255,0.5), -1.8948491305757957px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  80% {
    text-shadow: 0.0833037308038857px 0 1px rgba(0,30,255,0.5), -0.0833037308038857px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  85% {
    text-shadow: 0.09769827255241735px 0 1px rgba(0,30,255,0.5), -0.09769827255241735px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  90% {
    text-shadow: 3.443339761481782px 0 1px rgba(0,30,255,0.5), -3.443339761481782px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  95% {
    text-shadow: 2.1841838852799786px 0 1px rgba(0,30,255,0.5), -2.1841838852799786px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  100% {
    text-shadow: 2.6208764473832513px 0 1px rgba(0,30,255,0.5), -2.6208764473832513px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
}
.crt::after {
  content: " ";
  display: block;
  position: absolute;
  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;
}
.crt::before {
  content: " ";
  display: block;
  position: absolute;
  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;
}
.crt {
  animation: textShadow 1.6s infinite;
}

.bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;         
  position: absolute; 
}

.chatbox {
  background: rgba(0, 0, 0, 0.7);
  max-width: 500px;
  padding: 1rem;
  text-align: center;
}

.table {
  margin: 3px;
  padding: 2px;
  background: #222;
  border: 1px solid #555;
  color: #fff;
  text-decoration:none;
}

td {
  text-align:center;
  padding:4px;
  border: 1px dashed #555;
}

a {
    color: #fff;
    text-decoration:none;
  }


a:visited {
  color: #c7dcd0;
}

button {
  margin: 0.5rem;
  padding: 0.5rem 1rem;
  background: #222;
  border: 1px solid #555;
  color: #fff;
  cursor: pointer;
}

button:hover {
  background: #444;
}

    @media only screen and (max-width: 800px) {
      #flex {
        flex-wrap: wrap;
      }

      aside {
        width: 100%;
      }

      main {
        order: 1;
      }

      #leftSidebar {
        order: 2;
      }

      #rightSidebar {
        order: 3;
      }

      #navbar ul {
        flex-wrap: wrap;
      }
    }
