body {
  font-family: roboto;
  background-color: #4c3d5812;
}
.headline {
  background-color: #5c2c84;
  color: white;
  width: 100%;
  text-align: center;
}
h1 {
  font-weight: normal;
}
h2 {
  font-style: italic;
  font-weight: normal;
}
h3 {
  font-weight: bold;
  color: #f6c843;
}
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-content {
  margin: 2.5rem 0;
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.image-container {
  margin: 2rem 0;
  justify-content: center;
  max-width: 80%;
  display: flex;
}
.qr-container {
  margin: 2rem 0;
  justify-content: center;
  max-width: 18%;
  display: flex;
}
.legal-terms {
  margin-top: 1rem;
  font-style: italic;
}
img {
  overflow: auto;
}
