body {
    margin: 0;
}

#dim_body {
  background-color: #000000;
  width: 100vw;
  height: 100vh;
  display: flex;
}

#dim_img {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: contain;
  object-position:center;
}
