@font-face {
  font-family: 'LeagueGothic';
  src: url('leaguegothic.eot');
  src: local('☺'), url('leaguegothic.woff') format('woff'), url('leaguegothic.ttf') format('truetype');
}
html body {
  font-family: LeagueGothic, Impact, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 2em;
  min-width: 62em;
  position: relative;
  text-align: center;
}
html body a {
  color: #333333;
  text-decoration: none;
}
html body a:hover {
  border-top: 2px solid #333333;
  border-bottom: 2px solid #333333;
}
html body h1 {
  color: black;
  color: rgba(0, 0, 0, 0.9);
  font-size: 14em;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 0.125em;
  text-transform: uppercase;
}
html body h1 .how { display: block; }
html body h1 .password { display: block; }
html body h1 .how { letter-spacing: 0; }
html body h1 .password {
  letter-spacing: -0.02em;
  margin-top: -0.25em;
}
html body div.top-level.section {
  font-size: 2em;
  text-align: center;
}
html body div.top-level.section strong { font-weight: bold; }
html body div.top-level.section .current-clicked { text-decoration: underline; }
html body div.top-level.section div#open {
  color: black;
  display: none;
  font-size: 2em;
  padding: 0.5em 0 0;
}
html body div.top-level.section div#open p {
  margin: 0 auto;
  max-width: 60em;
}
html body div.top-level.section h2 { text-decoration: underline; }
html body div.top-level.section form input {
  border: 2px solid black;
  display: block;
  font-size: 1.5em;
  height: 1em;
  margin: 0 auto 1em;
  padding: 21px;
  width: 14em;
  text-align: center;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}
html body div.top-level.section form input:focus {
  outline: none;
  border: 5px solid black;
  padding: 18px;
}
html body div.top-level.section div.password-strength { display: none; }
html body div.top-level.section p.password-strength {
  font-size: 2em;
  line-height: 1em;
}
html body div.top-level.footer {
  font-size: 1.5em;
  margin-bottom: 1em;
  margin-top: 1em;
  text-align: center;
}

