html {
  overflow-y: scroll;
  height: 100%
}

body {
  font-family: 'HelveticaNeueLTStd-Lt';
  background-color: white;
  margin: 0;
  padding: 0;
  min-height: 100%;
  position: relative;
}

h1, h2, h3 {
  font-family: 'HelveticaNeueLTStd-UltLt';
  letter-spacing: 0.05em;
}

h1 {
  font-size: 4em;
}

h2 {
  margin: 0px;
}

a {
  text-decoration: none;
  color: black;
}

b {
  letter-spacing: 0.05em;
}

.nav {
  cursor: pointer;
}

.content {
  width: 50%;
  text-align: left;
}

#subtitle {
  text-align: center;
}

#continue {
  color: #E8E8E8;
}

table {
  /*border-style: solid;*/
  width: 100%;
}
