* {
  box-sizing: border-box;
  margin: 0;
}

#wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  height: 100vh;
  width: 100vw;
  padding: 32px;
}

img {
  display: block;
  overflow: hidden;
  border-radius: 16px;
}

h1 {
  font-family: monospace;
  font-size: 2.5rem;
}
