html,
body {
  margin: 0;
  height: 100%;
  width: 100%;
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,Sans-serif;
  font-weight: 300;
  text-align: center;
  cursor: default;
  background-color:#000000;

  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;

  -ms-touch-action: none;
}

div {
  cursor: inherit;
}

a {
  color: steelBlue;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#center {
  position: relative;
  height: 100%;
  width: 512px;
  margin: 0 auto;
}

#cont {
  position: absolute;
  top: 50%;
  margin-top: -270px;
  width:  512px;
  height: 570px;
}

#dot {
  width:  512px;
  height: 512px;
}

#stats {
 position: fixed;
 width: 200px;
 height: 100px;
 left: 10px;
 top: 180px;
 text-align: left;
 font-size: 1em;
 color: #FFFFFF;
}

#disstext {
 position: fixed;
 width: 200px;
 height: 100px;
 left: 10px;
 top: 280px;
 text-align: left;
 font-size: 1em;
 color: #FFFFFF;
}

svg,
circle {
  pointer-events: none;
}

#next {
  padding-top: 30px;
}

#next input {
  width: 480px;
  border: 1px solid #ccc;
  outline: none;
}

#next .err {
  color: red;
}

#header {
  position: fixed;
  top: 0;
  left: 20px;
  right: 0;
  padding-top: 2px;
  text-align: left;
  font-size: 3em;
  color: #FFFFFF;
}

