body {
    font-size: 14px;
    background-attachment: fixed;
    background-image: url("https://i.pinimg.com/originals/30/7a/95/307a9500a4154dd688da4343407a4d79.jpg");
    background-size: 100% 100%;
    font-family: "Times New Roman";
    text-align: center;
    letter-spacing: 1px;
    margin: 50px;
    padding: 10px;
    margin-left: 100px;
    margin-right: 100px
    }
    
    .wrapper {
      height:500px;
      width:650px;
      border: 1px solid black;
      background-color: rgba(254, 254, 254, 0.5);
      padding:10px
    }


  ul{
  float:left;
  font-size: 20px;
  font-family: "Times New Roman";
  list-style-type: none;
  margin-top:10px;
  margin: 10px;
  padding: 0;
  background-color: rgba(254, 254, 254, 0.5);
  border: 1px solid black;
  width: 20%;
  height: 98%;
  overflow: auto
  }
  
  li a{
  font-size: 16px;
  font-family: "Times New Roman";
  padding: 10px 16px;
  display:block;
  text-align: center;
  border-bottom: 1px solid black;
  }
  
  li a:hover {
  background-color: rgb(254, 231, 244);
  color: blue;
}

.active {
  background-color: rgb(254, 231, 244);
  color: white;
}
a:visited {
  color: blue
}

.link{
  color: red
}
.link a:visited {
  color: red
  }
  
#textbox {
  display: inline-block;
  width: 70%;
  height: 98%;
  padding:5px;
  overflow:auto;
  text-align:justify

  }
  
  ::-webkit-scrollbar {
    width: 15px;
    height: 18px;
}
::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    background-color: #FFD8EB;
}
::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}
::-webkit-scrollbar-corner {
    background-color: transparent;
}

#p {Font-family: "Times New Roman";
letter-spacing: 2px;
font-size: 14px
}
#big {Font-family: "Times New Roman";
letter-spacing: 2px;
font-size: 18px
}
   #caption {
  font-size: 12px;
  color: grey
   }
   
#doloris{
font-size: 12px;
letter-spacing: 5px
}

.boxed {
  padding: 5px;
  border: 1px solid black;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  background-color: rgba(254, 254, 254, 0.5);
  text-align: center;
  

}
.boxed2 {
  padding: 5px;
  display: inline-block;
  border: 1px solid black;
  margin-left: 20px;
  margin-right: 20px;
  background-color: rgba(254, 254, 254, 0.5);
  text-align: center;
  
     #smol {
  font-size: 12px
  
