body {
  background-color: #edf8ff;
  margin: 0;
  padding: 0;
  height: 100vh;
  font-family: Arial, Helvetica, sans-serif;
  color: #32475a;
  text-align: center;
  font-size: 18px;
}

#content-container {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#loading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.logo-circle {
  margin-left: -20px;
  margin-bottom: 20px;
}

.logo-text {
  width: 200px;
}

.content {
  padding: 20px;
}

.content p {
  margin-bottom: 5px;
}

.content > div {
  margin-bottom: 20px;
}

.content button {
  margin-top: 10px;
  width: 200px;
  height: 40px;
  font-size: 20px;
  border-radius: 5px;
  border: none;
  background-color: #0196f6;
  color: #edf8ff;
  cursor: pointer;
}

.content button:hover {
  background-color: #0196f6cc;
}

.content button:active {
  opacity: 0.7;
}

#referral-email-description {
  color: #003c6b;
}

#referral-email-description p {
  margin-bottom: 0;
  margin-top: 0;
}

#referral-email-description p:last-child {
  font-weight: bold;
}

.small-explanation {
  font-size: 14px;
  color: #858585;
  font-style: italic;
}

#referral-content {
  display: none;
}

#common-content {
  display: none;
}
