body {
  background-color: #720230;
  background-image: url("merch/UNDmerchbg.png");
  overflow: hidden;
}

iframe {
  display: none;
}

#container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#coupon {
  width: fit-content;
  max-width: 200px;
  min-width: 10px;
  user-select: none;
  pointer-events: none;
}

#merchtext {
  width: fit-content;
  max-width: 500px;
  min-width: 10%;
  height: fit-content;
  max-height: 500px;
  min-height: 10%;
  user-select: none;
  pointer-events: none;
  object-fit: scale-down;
}
