html {
  height: 100%;
  background: #903;
  overflow: hidden;
  color: #fffc;
  font-family: sans-serif;
}

body {
  min-height: 100%;
  padding: 0;
  display: grid;
  place-content: center;
  justify-items: center;
}

img {
  display: block;
  aspect-ratio: 240 / 90;
  width: 240px;
  max-width: 100vw;
}

p {
  max-width: 30ch;
  padding: 0 1em;
  text-align: center;
  text-wrap: balance;
}