body {
    background-color: #201f1d;
}
img {
   position: absolute;
   top: 50%;
   left: 50%;
  width: 580px;
  height: 386px;
   margin-top: -250px; /* Half the height */
   margin-left: -250px; /* Half the width */
  // width: 100%;
  // height: auto;
}