.lang-switch {
  font-family: Raleway, sans-serif;
  font-size: 24px !important;
  font-weight: bold;
  margin-bottom: 10px;
}

.lang-link {
  text-decoration: none;
  transition: opacity 0.2s ease;
  font-size: 24px !important;
  font-weight: bold;
}

.lang-link.inactive {
  color: rgba(255, 255, 255, 0.5) !important;
}

.lang-link.active {
  color: #ffffff !important;
}

.lang-link:hover {
  opacity: 1;
}

.back-btn {
  display: inline-block;
  font-family: Raleway, sans-serif;
  font-size: 18px !important;
  font-weight: bold;
  color: #ffffff !important;
  text-decoration: none;
  margin-top: 20px;
}

.back-btn:hover {
  opacity: 0.7;
}