   :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: #ffffff;
          
         font-family: 'Times New Roman', Times, serif;
                margin: 0;
             background-size: 500px;
    color: #000000;
    background-image: url(tilesbg1.png);

          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: #dbd1b1;
                border: 2px solid #2b1017;
                padding: 10px;
                text-align: center;
                overflow: auto;
                scrollbar-width: thin;
                 overflow-x: hidden;
                 display:inline-block
              
              
}  



    #header {

 display: flex;
justify-content: left;
align-items: left;
   padding-top: 10px;



}  

#thumb {

    padding: 1px;
}
#thumb:hover {

      cursor: default;
    transform: rotate(5deg);
    transition: all 0.1s ease-in-out 0s;
    
}

#minibox {
  grid-area: col1;
   width: 100px;
  height: 200px;
 border: 0.5px solid #2b1017;
         
                text-align: center;
    width: 170px;
    margin-left: 20px;
    margin-top: 10px;
    padding: 2px;
       overflow: auto;

}
.img {

     margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
    display: inline-block;
  

        
} 
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;

}  
.tabs {
  position: relative;   
  min-height: 700px; /* This part sucks */
  clear: both;
  margin: 25px 0;
}
.tab {
  float: left;
}
.tab label {
  background: #dbd1b1;
  padding: 10px; 
  border: 1px solid #2b1017;
  
  position: relative;
  left: 1px; 
}
.tab [type=radio] {
  display: none;   
}
.content {
    text-align: left;
  position: absolute;
  top: 28px;
  left: 0;
  background: #dbd1b1;
  right: 0;
  bottom: 0;
  padding: 20px;
    overflow: auto;
                scrollbar-width: thin;
                                   scrollbar-color: #881313 #ffffff00;
                 overflow-x: hidden;
                 display:inline-block

}
[type=radio]:checked ~ label {
  background: #eee5c6;
  border-bottom: 1px solid #dbd1b1;
  z-index: 2;
   font-style: italic;
     color: #7a0a26;
}
[type=radio]:checked ~ label ~ .content {
  z-index: 1;
}
mark {
  background-color: #ca0738;
  color: rgb(255, 255, 255);

}


            h1, 
            h2,
            h3 {
                color: #7a0a26;;
            }

            h1 {
              
            }

            strong {
                /* this styles bold text */
                color: #7a0a26;;;
            }

a:link { color:  #7a0a26;; 
   text-decoration: none; }
a:visited { color: #7a0a26;; 
   text-decoration: none;
}  
a:hover { 
  color: #7a0a26;;
 font-style: italic;

}  
a:active { color: #7a0a26;;
 text-decoration: none; } 
hr.solid {
  border-top: 0.5px solid #2b1017;
   border-bottom: none;
}
.ezgallery.montage { 
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.ezgallery.montage img {
  flex: auto;
  margin: 0 5px 5px 0;
  object-fit: contain;
  object-position: bottom;
}

.ezgallery.horizontal { 
  display: grid;
  grid-gap: 5px;
  gap: 5px;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  grid-auto-rows: minmax(100px, auto);
}

.ezgallery.horizontal a {
  text-align: center;
}

.ezgallery.horizontal img {
  text-align: center;
  vertical-align: middle;
  margin: 0 5px 5px 0;
  max-width: 100px;
  max-height: 100px;
  object-fit: contain;
  object-position: bottom;
}