body {
  background-color: #FFD1DC;
  
}

    #text1 {
  text-shadow: -1px 0 #fff, 0 1px #000, 1px 0 #000, 0 -1px #fff, 0 0;
  color: #b84154;
  padding: 0 1px 0 1px;
  }


.border1 {
border: 7px; 
border-style: solid;
border-image: url("https://i.imgur.com/8xftJ3v.gif") 7 fill round;         
    
} 

html{overflow-x:hidden; overflow-y:hidden;}
    	
	  .containers {
	    width: 10em;
	    overflow-y:scroll;
	    overflow-x:hidden;
	    border: 1px solid black;
	    white-space: normal;
	    display: inline-block;
	    height: 90%;
	    padding: .3em;
	    vertical-align: middle;
	  }


 #prettycontainer {
      overflow: scroll;
      overflow-x: hidden;
      height: 10em;
      padding: 1rem;
      background-image: url(https://dl.glitter-graphics.com/pub/1028/1028697ahsqselomu.gif); /* change image bg url here */
    }