@font-face { font-family: Josefin; src: url(JosefinSans-Regular.ttf); }
html, body { height: 100%; margin: 0; background: #fff; }
body {
  display: grid;
  place-items: center;
  font-family: "JosefinSans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
.wrap { text-align: center; padding: 20px;
}
img {
  width: 500px;
  height: 395px;
  max-width: 90vw;
  height: auto;
  display: block;
  margin: 0 auto;
}
.warn {
  color: #d0331c;
  font-size: clamp(18px, 2.4vw, 28px);
  margin-top: 14px;
}
.count {
  color: lightsteelblue;
  font-size: max(0.7rem, 0.7vw);
  margin-top: 14px;
}
