#Cbox{
   background-color: #61AEC9;
  border: #2C6173 7px groove;
  height: 800px;
  width: 900px;
  float: right;
  padding: 15px;
  margin: auto; 
  Overflow:scroll;
  position:relative;
  }
  
  #Longb1{
     background-image:url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSd5VmE7taJ4I1Il6COc7UP1YVihYM0-e8gew&s);
  height: 8px;
  width: 90px;
  position: fixed; 
  padding: 15px;
  margin: auto; 
  }
  
  body {
  background-color: #8AEDEA;
  color: black;
  font-family: Ms Gothic;
  border: black;
}

h3{
  line-height: 28px;
}

img{
  width: 50%;
   display: block;
  margin: auto;
}



#info{
  background-color: #61AEC9;
  border:#2C6173 7px groove;
  height:800px;
  width: 700px;
  float: left;
  position:sticky;
}
  
  #texts{
    text-align:left;
   /* top:15%*/
   border:1px solid red;
    
  }






  





