html {
  height: 100%;
  width: 100%;
}
img{
  display:block;
  margin-left:auto;
  margin-right:auto;
}
body {
  background-color: powderblue;
}
