body {
  margin: 0;
  padding: 0;
  background-color: #ebebeb;
  font-family: 'Helvetica';
  font-size: '16px';
}

input {
  border: 1px solid #ccc;
  color: #999;
}

/*# sourceMappingURL=style.css.map */

#blackout {
  display: none;
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 9001;
  text-shadow: black 1px 1px 1px;
}
#blackout h1{
  color: white;
  margin: auto;
  text-align: center;
  position: relative;
  top: 45%;
}
