html {
  font-size: 24px;
}

body {
  background-color: black;
  color: white;
}

nav {
  background-color: #292422;
  color: white;
}

nav a, nav a:active, nav a:focus {
  color: white;
}
nav a:hover {
  color: #aaaaaa;
}

.section {
  padding: 0px;
  height: 100%;
  text-align: center;
}

.align-center {
  text-align: center;
}

input.transparent-input {
  background: #101010;
  border: 1px solid #5f082c;
  color: #f0f0f0;
  padding: 5px 10px;
}

input.transparent-input:hover,
input.transparent-input:active,
input.transparent-input:focus {
  outline: 0;
  border-color: #9e0645;
}

body > .header {
  position: fixed;
  text-align: right;
  z-index: 10;
  width: 100%;
  padding: 15px 15px;
  font-size: 10px;
}

body > .header .language-link {
  color: white;
  margin-left: 10px;
  padding: 5px 10px;
}