img.center {\

 height: 800px;
   max-width: 1500px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body {
    background-color: 
rgb(38, 37, 35);
}