html, body, #container {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans", "sans-serif";
  background-color: #333;
  font-size: 80px;
  background-size: cover;
  background-position: center center;
  color: #fff;
  text-shadow:
    0 0 1px #000,
   -1px -1px 0 #000,  
    1px -1px 0 #000,
   -1px  1px 0 #000,
    1px  1px 0 #000;
}

a, a:visited {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#container {
  display: flex;
  align-items: center;
  justify-content: center;
}

#wrapper {
  padding: 20px;
}

.nothing-to-see {
  line-height: 80px;
  margin-bottom: 20px;
}

.links {
  font-size: 20px;
  padding-left: 6px;
}

.nothing-to-see, .links {
  width: 100%;
}
