/* CSS Document */

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body
{
background-color:#3e87c8;
}