box {
  border: 2px solid black;
  padding: 5px;
  margin: 5px;
  height: 500px;
  max-width: 900px;
}
 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 */
                background-size: 100px;
                color: #181515;
                background-image: url(https://files.catbox.moe/q4xgvi.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: right bottom;

    margin: 0 auto;
     height:100vh; /* use 100% of the height of the viewport */
  display:grid;             
  place-items: center;
 
            }


        
.grid-container {
  display: grid;
  grid-template:    'header header main main'
    'menu menu main main'
    'menu menu main main'
    'footer footer footer footer'
  ;
 grid-gap: 10px;
  background-image: url('https://files.catbox.moe/cs5mrb.png');
   background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
  padding: 10px;

  border: 2px solid #3f333365;
  border-radius: 1%;
    
}
.grid-container > div {
  background-color: #e4dec5;
 border: 2px solid #3f3333;
margin: 0%;
  padding: 10px;
  font-size: 30px;
 font-size: medium;
   overflow: auto;
   border-radius: 1%;
                 overflow-x: hidden;
                   scrollbar-width: thin;
                   scrollbar-color: #3f3333 rgba(0, 0, 0, 0);
}

.item1 { grid-area: header; 
 text-align: left;
margin: 0px;}
.item2 { grid-area: menu; 
height: 735px;
width: 400px;

 text-align: center;
}

.item3 { grid-area: main;
height: 800px;
width: 500px;}
    .item4 { grid-area: footer;
    text-align: center;}   
    /* Style the tab */
.tab {
  overflow: hidden;
font: inherit;

  color: #181515;

}

/* Style the buttons that are used to open the tab content */
.tab button {
background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-family: 'Times New Roman', Times, serif;
                margin: 0;
    font-weight: 500;
    font-style: normal;
    font-size: normal;
  color: #181515;
}

/* Change background color of buttons on hover */
.tab button:hover {
  font-style: italic;
letter-spacing: 1px;
}

/* Create an active/current tablink class */
.tab button.active {
 text-decoration: underline;
}

/* Style the tab content */
.tabcontent {

  padding: 6px 12px;

  border-top: none;


}
.img {

     margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
    display: inline-block;
  

        
}  
   
         h1, 
            h2,
            h3 {
                color: #3f3333;
            }

            h1 {
                font-size: 25px;
            }

            strong {
                /* this styles bold text */
                color: #3f3333;
            }
a:link { color:  #702f2f; }  
a:visited { color: #702f2f;}  
a:hover { color: #702f2f;
   font-style: italic;
letter-spacing: 1px;
}  
a:active { color: #702f2f; } 
hr.solid {
  border-top: 1px solid #3f3333;
   border-bottom: none;
}
/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/others/oth-5/oth445.cur), auto !important;} /* End https://www.cursors-4u.com */