html, body {
  font-family: "Lekton", sans-serif;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  background: url(bg.png);
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  background-position: center;
}

a {
  display: inline-block;
  font-family: "Lekton", sans-serif;
  color: black;
  text-decoration: none;
  font-size: 50px;
  margin-bottom: 20px;
}

#extra_space {
  margin-bottom: 50px;
}

.logo {
  padding-top: 50px;
  padding-bottom: 30px;
}

#background {
  height: 100%;
  width: 100%;
  /* background: url(bg.png);
  background-repeat: no-repeat;
  position: relative;
  background-size: cover; */
}


#content {
  width: 600px;
  height: 100%;
  min-height: 100%;
  background: white;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  overflow: auto;
}
  
  