body {
    background: black;
}

.center {
    position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
}

.center:before {
        content: " ";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
      }     

img {
    vertical-align: middle;
        display: inline-block;
        image-rendering: pixelated;
}

.year {
    position: relative;
      top: 240.5px;
      left: -316px;
      font-size: 27px;
      font-family: Arial;
      font-weight: 600;
}