body{background-image: url(https://si0.twimg.com/profile_background_images/750352198/a96263ea102dd3d2d238c189de2a0971.jpeg);
background-position: center 0px;
background-attachment: fixed;
background-repeat: repeat;
background-color: #C0DEED;}
.container{ background:rgba(255,255,255,1)}
.shadow{
text-shadow: 0 0 2px 1px hsl(35, 70%, 30%),

             /* transition to substrate */

             0 0 4px 4px hsla(30, 100%, 55%, 0.5),

             /* substrate */

             -1px 1px 2px 7px hsl(45, 60%, 95%),

             /* adding volume */

             -3px 3px 1px 4px hsl(35, 70%, 30%),

             /* transition to background */

             -3px 3px 4px 8px hsla(30, 90%, 55%, 0.5);
	
}