html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
  text-align: center;
  background-color: #EDF0F1;
  color: #000;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.container {
  width: 600px;
  margin: 0 auto;
  padding-top: 30px;
}

.logo {
  width: 80%;
}

h1 {
  font-size: 28px;
}

p {
  font-size: 20px;
  font-style: italic;
  line-height: 1.5;
}

.language-select {
  width: 400px;
  padding: 20px 100px;
}

.language {
  display: block;
  margin-bottom: 20px;
  background-color: #C7DFDF;
  border: 1px solid #AAA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.language:hover {
  background-color: #BCE5E4;
  border-color: #999;
}

a {
  display: inline-block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

span {
  font-size: 14px;
  font-weight: normal;
  color: #333;
}

.disabled {
  background-color: #CDD4D4;
  border-color: #AAA;
}

.disabled:hover {
  background-color: #CDD4D4;
  border-color: #AAA;
  cursor: default;
}

.disabled a:hover {
  cursor: default;
}
