 :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;
              cursor: url("cursor2.png"), 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 */
                color: #000000;
          
         font-family: 'Times New Roman', Times, serif;
                margin: 0;
        
    color: #ffffff;
    background-image: url(shbg1.png);
 background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: right bottom;
          margin:0;
  height:100vh; /* use 100% of the height of the viewport */
  display:grid;             
  place-items: center;
              }

.box {

  padding: 5px;
  margin: 5px;
  height: 500px;
  max-width: 900px;
    margin: auto;
    
}
             

   #main {
  display: flex;
   width: 900px;
  height: 750px;
     background-color: #2f2d30ce;
                border: 2px solid #b4afce34;
                padding: 10px;
                text-align: left;
                overflow: auto;
                scrollbar-width: thin;
                 overflow-x: hidden;
                 display:inline-block;
                   padding: 10px;
          
              
              
}  





            h1, 
            h2,
            h3 {
                color: #b3aed1;
            }

            h1 {
                font-size: 25px;
            }

            strong {
                /* this styles bold text */
                color: #b3aed1;
                text-decoration: underline
            }


mark {
  background-color: #b3aed1;
  color: rgb(255, 255, 255);
}

a:link { color:  #b3aed1; 
   text-decoration: none; }
a:visited { color: #b3aed1; 
   text-decoration: none;
}  
a:hover { 
  color: #7d72be;
  font-style: italic;
    letter-spacing: 2px;
}  
a:active { color: #ca0738;
 text-decoration: none; } 
hr.solid {
  border-top: 0.5px solid #ffffff;
   border-bottom: none;
}


