html,
body {
  background: #1f1f1f;
  height: 100%;
  width: 100%;
  color: #ffffff;
  font-weight: 300;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  user-select: auto;
}

a:hover {
  text-decoration: underline;
}

main {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}

h1 {
  font-size: 4em;
  font-weight: 300;
  cursor: default;
  user-select: none;
}

.light {
  color: #7a848c;
}
