@font-face {
  font-family: "Twemoji";
  font-style: normal;
  font-display: auto;
  font-weight: 400;
  src: url("fonts/Twemoji.Mozilla.ttf") format("truetype");
}

.hint {
  background: #E5007D;
  color: white;
  border-radius: 10px;
  padding: 10px;

  .title {
    text-decoration: underline;
    margin-top: 0;
  }
}

.hint-with-margin {
  margin-left: 20px;
  margin-right: 20px;
}

.index-content {
  color: white !important;
  background: #333F95 !important;
  max-width: 1000px !important;
  padding: 10px;
  margin-bottom: 25px;
  margin-top: 25px;
  text-align: left !important;

  p {
    padding-left: 10px;
    padding-right: 10px;

    strong {
      color: white !important;
    }
  }

  .livestream {
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 40px;
    margin-bottom: 15px;
  }
}

.RRRegStart div.RRRegStart_Registrations > div
{
    border: none !important;
    background-color: white !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.RRRegStart div.RRRegStart_Registrations h1 {
  margin-top: 0 !important;
  text-transform: uppercase !important; 
}