h1 {
  font-size: 23px;
  text-shadow: rgba(0, 0, 0, 0.5) 0 2px 2px; 

}

/* img {
    -webkit-box-reflect: below 10px
  -webkit-gradient(linear, left top, left bottom,
                   from(transparent), to(rgba(255, 255, 255, 0.4)));
} */

/* body {background-color:#b0c4de;} */

.center {
  text-align: center;
  font-size: 23px;
  text-shadow: rgba(0, 0, 0, 0.5) 0 2px 2px; 
}

img.rounded {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}
