#qrcode {
  background-color: aliceblue;
  width: fit-content;
}

.countDown__cont {
  font-size: min(calc(0.2em + 0.7vw), 1em);
  font-family: 'Quattrocento', serif !important;
  color: rgb(55, 55, 55);
}

.countDown__digit_last_rotate,
.countDown__digit_new_rotate,
.countDown__digit_cont {
  font-weight: 400;
}

.countDown__interval_basic_cont_description {
  color: rgb(55, 55, 55);
  text-shadow: 0.1em 0.1em 0.1em white;
}

.form-content {
  width: 50%;
}
@media (max-width: 575.98px) {
  .form-content {
    width: 90%;
  }
}

.bg-main {
  background-color: rgb(112, 132, 95);
}

.page {
  padding-top: 75px;
  padding-bottom: 50px;
}

body {
  font-family: 'Quattrocento', serif !important;
}

p.spaced-text {
  line-height: 2;
}
