body {
  background: black;
  image-rendering: crisp-edges;
  display: flex;
  height: 100vh;
  margin: 0;
  align-items: center;
  justify-content: center;
}

main {
  display: flex;
  flex-direction: column;
  min-width: 300px;
  align-items: center;
  justify-content: center;
}

main img {
  padding-bottom: 30px;
  width: var(--imgwidth);
}

audio {
  box-shadow: none;
}

