/* Below line is used for online Google font */
@import "http://fonts.googleapis.com/css?family=Roboto+Slab";

#first{
width:500px;
height:450px;
box-shadow:0 0 0 1px rgba(14,41,57,0.12),0 2px 5px rgba(14,41,57,0.44),inset 0 -1px 2px rgba(14,41,57,0.15);

/* If i want to fit an image into the background, uncomment below 

background-image:url(./img/1bw.jpg);
background-size: 100% 100%;*/

background-color: #3bb9df;
}
