body {
  font-family: sans-serif;
  margin: auto;
}

.confirmation-header {
  left: 0rem;
  right: 0rem;
  top: 0rem;
  color: white;
  text-align: center;
  z-index: 9;
}

.confirmation-header .confirmation-content {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  align-items: center;
}

@media (max-width: 768px) {
  .confirmation-header .confirmation-content {
    display: inline-block;
  }
}

.header-icon {
  vertical-align: text-top;
}

.conf-header-link {
  color: white;
  text-decoration: none;
}

.conf-header-link:hover {
  color: white;
  text-decoration: underline;
}

.conf-header-link::before:hover {
  color: white;
  text-decoration: none;
}

.language-select a {
  text-decoration: none;
}

.language-select a:hover {
  text-decoration: none;
  cursor: pointer;
}

.language-text:hover {
  text-decoration: underline;
}

.py-1 {
  padding-bottom: 0.25rem!important;
  padding-top: 0.25rem!important;
}

.navbar {
  background-color: #313236;
  border-radius: 2px;
  max-width: 800px;
}

.navbar a {
  color: #aaa;
  display: inline-block;
  font-size: 15px;
  padding: 10px;
  text-decoration: none;
}

.navbar a:hover {
  color: #ffffff;
}

a {
  color: var(--graphite);
  font-family: var(--font-sans-serif);
  font-weight: 400;
}

.center
{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
  margin: 0;
}

p {
  text-align: center;
}

.hidden {
  display: none;
}

.logo-header {
  position: sticky;
  left: 0rem;
  right: 0rem;
  top: 0rem;
  color: white;
  text-align: center;
  z-index: 9;
}
.logo-header .logo-content {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  align-items: center;
}

.mt-0 {
  margin-top: 0rem!important;
}

.mb-3 {
  margin-bottom: 1rem!important;
}