* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

html {
  font-size: 62.5%;
}

body {
  background: #b197fc;
  margin: 3.2rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100dvh;
  gap: 2.4rem;
}

img {
  background: rgba(250, 250, 250, 0.25);
  background-repeat: no-repeat;
  background-size: cover;
  font-style: italic;
  width: 96rem;
  aspect-ratio: 16/9;
  border-radius: 0.8rem;
}

@media (max-width: 1080px) {
  html {
    font-size: 52.2%;
  }
}

@media (max-width: 880px) {
  html {
    font-size: 42.5%;
  }
}

@media (max-width: 680px) {
  html {
    font-size: 32.5%;
  }
}

@media (max-width: 580px) {
  html {
    font-size: 22.5%;
  }
}

@media (max-width: 380px) {
  html {
    font-size: 18.5%;
  }
}
