div.container__content__title {
  display: flex;
  flex-direction: row;
  justify-content: center !important;
  align-items: center;
  flex-wrap: wrap; }
  div.container__content__title h3 {
    text-align: center; }

.link-container {
  margin-bottom: 1rem; }

#webinar-link {
  background: #D96459;
  color: white;
  padding: 5px 10px;
  border-radius: 15px;
  text-decoration: none; }
  #webinar-link:hover {
    opacity: 0.8; }

#link-container-error-message {
  color: red;
  text-align: center; }

#privacy-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.83rem;
  padding: 10px;
  text-align: center; }
  #privacy-container a {
    color: #F5E9D7; }

#reservation-data-completed-message {
  text-align: center;
  font-size: 2rem; }
