body {background-color: black; text-shadow: 0.4384px 0 1px rgba(0,30,255,0.5), -0.438px 0 1px rgba(255,0,80,0.3), 0 0 3px; overflow-x: hidden;
} 
div {background-color: transparent; color: #C78200; margin: 5px; box-shadow: 0.4384px 0 1px rgba(0,30,255,0.5), -0.438px 0 1px rgba(255,0,80,0.3), 0 0 3px;;}
footer {border-radius: 5px; text-align: center; border: solid; color: #696969;}


.btn{width: 200px;background: #1F1F1F; color:#C78200;font-weight: bold; border-radius: 5px;transition: 1.5s; font-size: 17px; box-shadow: 0.4384px 0 1px rgba(0,30,255,0.5), -0.438px 0 1px rgba(255,0,80,0.3), 0 0 3px; text-shadow: 0.4384px 0 1px rgba(0,30,255,0.5), -0.438px 0 1px rgba(255,0,80,0.3), 0 0 3px;}
.btn:hover {background-color: #696969;transform: scale(1.1); transition: 0.1s;}
.layout {display: flex; padding: 5px; border: solid; border-radius: 5px; background:transparent }

.screen{
    display: flex; flex-direction: row;text-wrap: balance;font-size: 20px;border: solid; height: 775px;color: #C78200;border-color: #696969;background-color: #1F1F1F;
}

.crt{ 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));
    animation: flicker 0.15s infinite; background-size: 100% 2px, 3px 100%; z-index: 10;position: absolute; top: 0; left: 0;
width: 100dvw;height: 100dvw; pointer-events: none;}


.blinker{animation: blinker 1s linear infinite;}

.footerbtns{display: flex; flex-direction: row; justify-content: center; box-shadow: none;}

.webbtn{ display: block; width: 88px;height: 31px; box-shadow: 0.4384px 0 1px rgba(0,30,255,0.5), -0.438px 0 1px rgba(255,0,80,0.3), 0 0 3px;}

.webbtn:hover{  transform: scale(1.5); transition: 0.1s;}

@keyframes flicker {
0% {
    opacity: 0.77;
  }
  5% {
    opacity: 0.66;
  }
  50% {
    opacity: 0.33;
  }
  100% {
    opacity: 0.54;}

}