body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  margin: 0;
  min-height: 100vh;
  background: repeating-linear-gradient(-45deg,
      #ffcc00,
      #ffcc00 60px,
      #000000 60px,
      #000000 105px);
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.card {
  background: white;
  border-radius: 20px;
  width: 75%;
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  line-height: 1.5;
  text-align: center;
}

.card img {
  object-fit: contain;
  max-width: 60%;
}