body {
   background-image: url("https://bettysgraphics.neocities.org/images/backgrounds/pattern%20387.gif");
   font-family: 'Lato', sans-serif;
}
.sidebox {
   font-family: 'Lato', sans-serif;
  color: white;
  background-image: url("https://bettysgraphics.neocities.org/images/backgrounds/stars%204.gif");
  text-align: left;
  line-height: 50px;
  border-radius: 25px;
  padding: 10px 0px;
  width: 20%;
  margin: 0 auto;
  margin-left: -8px;
  overflow: auto;
  float: left;
  
}
.textbox {
  width: 700px;      
  height: 1000px;
  padding: 15px;                
  background-color: #111;       
  color: white;                 
  border: 2px solid #fff;       
  border-radius: 10px;          
  font-family: Arial, sans-serif;
  margin: 20px auto;            
  text-align: left;
}

.floatingimg {
  position: absolute;
  cursor: pointer;
  top: 100px;
  left: 425px;
  width:100px;
  
}
