html {
  background: black;
  color: white;
  font: 32px sans-serif;
  height: 100%;
  line-height: 1.5em;
  width: 100%;
}

body {
  margin: 0;
  padding: 1.5em;
}

* {
  box-sizing: border-box;
}

h1 {
  color: #ffdf5d;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0;
  text-align: center;
}

h2 {
  border-bottom: 4px solid;
  color: #e0e0e0;
  line-height: 1.5em;
  margin: 0;
  text-align: right;
}

a {
  color: #5ddfff;
  text-decoration: none;
}

.icon {
  height: 1.25em;
  vertical-align: text-bottom;
}

.nav-list {
  -webkit-columns: 2 350px;
  -moz-columns: 2 350px;
  -o-columns: 2 350px;
  columns: 2 350px;
  -webkit-column-gap: 1.5em;
  -moz-column-gap: 1.5em;
  -o-column-gap: 1.5em;
  column-gap: 1.5em;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-list__item {
  background: #202020;
}

.nav-list__item:nth-child(2n) {
  background: #303030;
}

.nav-list__link {
  display: block;
  padding: 0.25em 0.5em;
}
