
    :root {
                --header-image: url('https://i.imgur.com/oKNnlgp.png');
                --body-bg-image: url('https://sadhost.neocities.org/images/tiles/purplesky.gif');

                /* colors */
                <--content: #43256E;
                /* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/toons/too-4/too354.ani), url(https://cur.cursors-4u.net/toons/too-4/too354.png), auto !important;} /* End https://www.cursors-4u.com */
            }
.box {
 padding: 5px;
  margin: 5px;
  height: 500px;
  max-width: 900px;
    margin: auto;
}
 body {
                font-family: 'Times New Roman', Times, serif;
                margin: 0;
    font-weight: normal;
    font-style: normal;

                background-color: #000000;
                /* you can delete the line below if you'd prefer to not use an image */
         
          
         font-family: 'Times New Roman', Times, serif;
                margin: 0;
        
    color: #ffffff;
  
   background-size: 350px;
                color: #ffffff;
                
        
                  margin: 0 auto;
                   color: rgb(255, 255, 255);
                background-image: url(TILES4.png);
          

          margin:0;
  height:100vh; /* use 100% of the height of the viewport */
  display:grid;             
  place-items: center;
              }

    


#g1 {

 display: flex;
   width: 900px;
  height: 750px;
     background-color: #000000;
                border: 2px solid #7bff00;
                padding: 10px;
                text-align: center;
                overflow: auto;
                scrollbar-width: thin;
                scrollbar-color: #7bff007e rgba(255, 255, 255, 0);
                 overflow-x: hidden;
                 display:inline-block;
                   padding: 10px;  
             

          

             
}
ul {
  list-style-image: url(greenpix2.gif)
}

#headerArea {

    margin-left: 80px;
    margin-top: 10px;

}
                  
          {
 

}

body {
  color: rgb(255, 255, 255);
 
}
.img {

     margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
    display: inline-block;
  

        
}    
            h1, 
            h2,
            h3 {
                color: #7bff00;
            }

            h1 {
                font-size: 25px;
            }

            strong {
                /* this styles bold text */
                color: #7bff00;
          
            }
a:link { color:  #7bff00;; 
 text-decoration: none; }  
a:visited { color: #7bff00;
 text-decoration: none; }  
a:hover { color: #7bff00;
 text-decoration: none; 
 font-style: italic;
letter-spacing: 1px;}  
a:active { color: #7bff00;;
 text-decoration: none;  } 
hr.solid {
  border: 1px solid #7bff00;
 
}