body  {
    background-color: #292929;
    font-family: averta-regular, helvetica, sans-serif;
    font-size: 16px;
}

html, body {
  width: 100%;
  height: 100%;

  margin: 0;
  padding: 0;

  position: relative;
}

a {
    color: #ff9515;

}

#language-switcher {
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
}

#text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    width: 80%;
    margin: 0 auto;
    color: white;
    text-align: center;
    line-height: 1.6;
}

.inactive-link {
    opacity: 0.5;
}