html,
body {
  height: 100%;
  margin: 0px;
}
.datum {
  background: #21c37d;
  display: inline-block;
  padding: 0.1em 2em;
  color: #fff;
}
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.celebration {
  width: 3em;
  margin-bottom: 0.5em;
}
.footerimg {
  height: 3em;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5em;
}
.notes {
  font-size: 0.4em;
  color: #9a9a9a;
  margin-bottom: 0 !important;
}
.corona {
  font-size: 0.4em;
  background: #B2DECD;
  display: inline-block;
  padding: 0.1em 2em;
  color: #fff;
  margin-top: 0;
}
footer {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
body {
  position: relative;
  background: #46dfae;
}
.unicornimg {
  width: 4.5rem;
}
.container {
  max-width: 550px;
  background: #fff;
  border-radius: 1rem;
  margin: 1em auto;
}
.container .btn {
  border: none !important;
}
.container .btn-primary {
  background: #21c37d;
}
.container .btn-primary:hover {
  background: #1ba067;
}
.container .headcol {
  background: #EBEBEB;
  border-bottom-right-radius: 50rem;
  padding: 1rem;
  font-size: 1.2rem;
  line-height: 1.35rem;
  border-top-left-radius: 7em;
}
.container .headcol b {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#ef5350), color-stop(#f48fb1), color-stop(#7e57c2), color-stop(#2196f3), color-stop(#26c6da), color-stop(#43a047), color-stop(#eeff41), color-stop(#f9a825), to(#ff5722));
  background: linear-gradient(to right, #ef5350, #f48fb1, #7e57c2, #2196f3, #26c6da, #43a047, #eeff41, #f9a825, #ff5722);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.container .firstcol {
  background: #EBEBEB;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  padding: 1rem;
}
.container .firstcol h1 {
  margin: 0;
  font-size: 4.5rem;
  font-weight: 800;
  background: -webkit-gradient(linear, left top, right top, from(#ef5350), color-stop(#f48fb1), color-stop(#7e57c2), color-stop(#2196f3), color-stop(#26c6da), color-stop(#43a047), color-stop(#eeff41), color-stop(#f9a825), to(#ff5722));
  background: linear-gradient(to right, #ef5350, #f48fb1, #7e57c2, #2196f3, #26c6da, #43a047, #eeff41, #f9a825, #ff5722);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.container .firstcol p {
  margin-bottom: 0;
  line-height: 1.35rem;
  font-size: 1rem;
}
.container .firstcol small {
  display: block;
  line-height: 1rem;
}
.container .seccol {
  background: #EBEBEB;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding: 1rem;
}
.container .seccol h1 {
  margin: 0;
  font-size: 4.5rem;
  font-weight: 800;
  text-align: right;
  background: -webkit-gradient(linear, left top, right top, from(#2196f3), to(#21c37d));
  background: linear-gradient(to right, #2196f3, #21c37d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  float: right;
}
.container .feedbackcol {
  background: #EBEBEB;
  border-radius: 1rem;
  padding: 1.3em 1.8em;
  text-align: center;
  margin: 0 4%;
  width: 92%;
}
.container .feedbackcol button {
  width: 100%;
}
.container .status1 {
  background: #46dfae;
  color: #fff;
  border-radius: 1rem;
  padding: 2rem 1rem;
  text-align: center;
  margin: 0 4%;
  width: 92%;
}
.container .status1 button {
  font-size: 75%;
  margin-top: 1rem;
}
.container .status2 {
  background: #FF5733;
  color: #fff;
  border-radius: 1rem;
  padding: 2rem 1rem;
  text-align: center;
  margin: 0 4%;
  width: 92%;
}
.container .status2 button {
  font-size: 75%;
  margin-top: 1rem;
}
.container .urls {
  text-align: left !important;
  background: #EBEBEB;
  border-radius: 1rem;
  padding: 1rem;
  margin: 0 1rem;
  max-width: 100% !important;
  width: -moz-available;
}
.container .urls ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.container .urls li {
  border-bottom: 1px solid #21c37d;
  margin-bottom: 0.3rem;
}
.container .urls a {
  text-decoration: none;
}
.container .urls span {
  display: block;
  text-align: right;
  width: 100%;
}
.container .urls h1 {
  margin: 0;
  font-size: 4.5rem;
  font-weight: 800;
  background: -webkit-gradient(linear, left top, right top, from(#ef5350), color-stop(#f48fb1), color-stop(#7e57c2), color-stop(#2196f3), color-stop(#26c6da), to(#43a047));
  background: linear-gradient(to right, #ef5350, #f48fb1, #7e57c2, #2196f3, #26c6da, #43a047);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center !important;
}
.container .footercol {
  background: #EBEBEB;
  padding: 1rem;
  line-height: 1.35rem;
  text-align: left;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
}
.container .footercol b {
  display: block;
}
.container a {
  color: #46dfae;
  font-size: 0.85em;
}
.container a:hover {
  color: #1ca378;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal iframe {
  border-radius: 0.5em;
}
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.regs {
  position: unset !important;
  top: none;
  left: none;
  -webkit-transform: none;
  transform: none;
  padding-top: 1rem;
  margin: 1rem auto;
  border-radius: 1rem;
}
.unicorn {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
img {
  width: 2rem;
  margin-bottom: 0.5rem;
}
footer .footerarea {
  width: 100%;
  color: #63af97;
  text-align: center;
  padding-top: 0.5rem;
}
footer p {
  color: #63af97 !important;
}
@media (max-width: 550px) {
  .container {
    width: 92%;
    margin: 4% 4% !important;
  }
  .regs {
    position: unset !important;
    top: none;
    left: none;
    -webkit-transform: none;
    transform: none;
  }
  .regs h1 {
    font-size: 3rem !important;
  }
}
