body {
  background-color: #000000;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
}

img.main {
  display: flex;
  width: 40%;
  height: auto;
  max-width: 512px;
}
