img.center {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -150;
  margin-left: -150;
}
