html{
        background: linear-gradient(to top, #000000, #000000, #333333, #333333);
        background-color: black;
        background-attachment: fixed;
        background-size: cover;
        background-size: 100% 5px;
        filter: blur(.4px);                
}

@media screen {
  html {
  animation: scanlines infinite 5s linear;
  }
  }
  
@keyframes scanlines {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -10px;
  }
}


@font-face {
        font-family: 'dosFont';
        src: url('fonts/PerfectDOSVGA437Win.ttf'), format('truetype');
        }
    
    body{
        margin: 0;
        font-family: 'dosFont';
        color: chartreuse;
        font-size: 1.5rem;
        text-shadow: 0 0 20px limegreen;
    }
    
    h1{
        font-weight: normal; 
    }
    h2{
        font-weight: normal;
    }
        
    #topbanner{
        /*position:fixed;*/
        top:0;
        height: 40px;
        width: 448px;
        margin: auto;
        /*background-image:url(Images/GalaxTop2x1.png);*/
        image-rendering:pixelated;
    }
    
    #topbar{
        border: chartreuse 5px double;
        box-shadow: 0 0 15px limegreen, inset 0 0 15px limegreen;
        height: auto;
        width: 800px;
        margin: auto;
        margin-top: 10px;
        padding: 15px;
        text-align: center;
        a{
           color: chartreuse;
            text-decoration: none;
        }
    }
    
    #mainbox{
        border: chartreuse 5px double;
        box-shadow: 0 0 15px limegreen, inset 0 0 15px limegreen;
        height: auto;
        width: 800px;
        margin: auto;
        margin-top: 10px;
        padding: 15px;
        a{
           color: aqua;
            text-decoration: none;
            text-shadow: 0 0 20px aqua;
        }
    }
    
    #gbboyhv{
        /*position: relative;*/
        background-color: rgba(179,139,13);
        /*background-color: #b38b0d;*/
        /*background: repeating-linear-gradient(to bottom, rgba(179,139,13, 0.5) 0px, rgba(179,139,13, 0.5) 3px, rgba(255,199,19, 0.5) 3px, rgba(255,199,19, 0.5) 4px);*/
        /*background: repeating-linear-gradient(to bottom, #b38b0d 0px, #b38b0d 3px, #ffc713 3px, #ffc713 4px);*/
        height: 432px;
        width: 480px;
        margin: auto;
        overflow: auto;
        /*padding: 10px;*/
        scrollbar-width: none;
        font-family: 'dosFont';
        color: black;
        font-size: 2rem;
        text-shadow: 0 0 0;
    }
    
    /*#gbboyhv::after{*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    width: 480px;*/
    /*    height: 432px;*/
        /*overflow: auto;*/
        /*background-color: blue;*/
    /*    z-index: 2; */
    /*    background: repeating-linear-gradient(to bottom, transparent 0px, transparent 3px, rgba(255,199,19, 0.5) 3px, rgba(255,199,19, 0.5) 4px),*/
    /*    repeating-linear-gradient(to right, transparent 0px, transparent 3px, rgba(255,199,19, 0.5) 3px, rgba(255,199,19, 0.5) 4px);*/
        /*background-repeat: no-repeat;*/
        /*background-attachment: fixed;*/
        /*background-size: cover;*/
    /*}*/
    
    #gbboyh{
        /*background-color: #9bbc0f;*/
        /*background-color: #b38b0d;*/
        background: repeating-linear-gradient(to right, rgba(179,139,13, 0.5) 0px, rgba(179,139,13, 0.5) 2px, rgba(255,199,19, 0.5) 2px, rgba(255,199,19, 0.5) 3px);
        /*background: repeating-linear-gradient(to bottom, #b38b0d 0px, #b38b0d 3px, #ffc713 3px, #ffc713 4px);*/
        height: 432px;
        width: 480px;
        margin: auto;
        overflow: auto;
        /*padding: 10px;*/
        scrollbar-width: none;
        font-family: 'dosFont';
        color: black;
        font-size: 1.5rem;
        text-shadow: 0 0 0;
    }
      
    #gbboyv{
        /*background-color: #9bbc0f;*/
        /*background-color: #b38b0d;*/
        background: repeating-linear-gradient(to bottom, rgba(179,139,13, 0.5) 0px, rgba(179,139,13, 0.5) 2px, rgba(255,199,19, 0.5) 2px, rgba(255,199,19, 0.5) 3px);
        /*background: repeating-linear-gradient(to bottom, #b38b0d 0px, #b38b0d 3px, #ffc713 3px, #ffc713 4px);*/
        height: 432px;
        width: 480px;
        margin: auto;
        overflow: auto;
        /*padding: 10px;*/
        scrollbar-width: none;
        font-family: 'dosFont';
        color: rgb(12,16,6, 0.3);
        font-size: 1.5rem;
        text-shadow: 0 0 0;
    }
    
    #bottombanner{
        /*position:fixed;*/
        bottom:0;
        height: 40px;
        width: 448px;
        margin: auto;
        margin-left: -224px;
        left: 50%;
        /*background-image:url(Images/GalaxBottom2x1.png);*/
        image-rendering:pixelated;
    }