img {
    width: auto;
    height: auto;
}

body {
    background-color: black;
}

.center {
    margin: auto;
    width: 50%;
    padding: 10px;
  }