body,
html {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  height: 100%;
  --orange-1: #df5a00;
  --orange-2: #eb6f00;
  --orange-3: #f48300;
  --orange-4: #ffa01f;
  --orange-5: #ffb44f;
  background: var(--orange-2);
  color: white;
}

#wrapper {
  min-height: 100%;
  position: relative;
}

.main-content {
  height: 100vh;
  min-height: 600px;
}

footer {
  width: 100%;
  border-top: 1px solid white;
  padding: 10px;
  font-size: 0.7rem;
  height: 40px;
  margin-top: 40px;
}

input[type="submit"] {
  color: white;
  cursor: pointer;
  background: teal;
  font-weight: 700;
  padding: 15px;
  border-radius: 15px;
}

.language-switch {
  display: inline-block;
  margin-bottom: 10px;
}

.language-label {
  margin-right: 8px;
}

.language-link {
  color: white;
  text-decoration: none;
  margin: 0 4px;
  padding: 2px 6px;
  border: 1px solid white;
  border-radius: 4px;
}

.language-link.active {
  background: white;
  color: var(--orange-2);
  font-weight: bold;
}
