@charset "utf-8";
body {
  	background:#000;
}
img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}