body {background-image: url("https://ekohcitra.neocities.org/randomassimages/2008BT5580.jpeg");
background-size: 100%;
}

body {font-family: courier, monospace;
}

 
.h1 { 
   text-align: center;
   color:#FEFEF5; 
   display: block;
   }
 
 .h2 {color:#6A0B2C ;} 
 
 .h3 {
   color: #6A0956;
   text-align: center;
   display: block;
 }
 
 .p {color:#6A0956;
 font-size: 0.69em;
 }
 
 .li {color:#6A0956;}
 
 .a:link {
   color: powderblue;
   background-color: #11733a;
   text-decoration: underline;
   text-align: center;
   }
 .a:visited { 
   color:#FEFEF5;
   background-color: #11733a;
   text-decoration: none;
   text-align: center;
   }
 .a:hover {
   color: powderblue;
   background-color:#FEFEF5;
   text-decoration: underline;
   text-align: center;
   }

 .one {
   background-color:#FEFEF5;
   width:396px;
   border: 3px dotted #11733a;
   border-radius: 9px;
   padding: 9px;
   margin: 9px;
   font-size: 0.81em;
   text-align: center;
   box-sizing: border-box;
   color: purple;
  
 }
  .three { 
    background-color:#FEFEF5;
   height: 69px;
   border: 9px dotted #11733a;
   padding: 9px;
   margin: 9px;
  text-align: center;
  box-sizing: border-box;
  color: purple;
   font-size: 0.81em;
  
 }
 
 .four {
    background-color:#FEFEF5;
    height: 510px;
    overflow: scroll;
   border: 9px dotted #11733a;
   padding: 9px;
   margin: 9px;
  text-align: center;
  box-sizing: border-box;
  color: purple;
   font-size: 0.81em;
 }
  .box { 
   width: 50%;
   padding: 9px;
   display: table-cell; 
   max-height: 360px;
   overflow: scroll;
 }
 
.box2 { 
   width: 50%;
   padding: 9px;
   display: table-cell;
   overflow: scroll;
   max-height: 510px;
   text-align: center;
   vertical-align: middle;
   position: relative;
   top: -42px;
}
 
 .five {
   width: auto;
   height: auto;
   padding: 30px;
   background-image: url('https://ekohcitra.neocities.org/randomassimages/IMG_4600.PNG');
   background-repeat: no-repeat;
   background-size: contain;
   background-position: center; 
   text-align: center;
   box-sizing: border-box;
   color: purple;
    font-size: 0.81em;
   
 }

 .eight {
   background-color:#FEFEF5;
   width:396px;
   border: 3px dotted #11733a;
   border-radius: 9px;
   float: right;
   padding: 9px;
   margin: 9px;
   font-size: 0.81em;
   text-align: center;
   box-sizing: border-box;
   color: purple;
}

.nine {
  height: 420px;
  background-size: contain;
  float: right;
}


.clearfix::after {
   content: "";
   clear: both;
   display: table;
   width: 90%;
   text-align: center;
 }
 
.no-bullets { 
   list-style-type: none;
 }
 
 .centre {
   text-align: center;
   display: block;
 }
 
 .two {
   margin: auto;
 }
 
