html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  overflow: hidden;
}
.work_in_progress {
  width: 100%;
  font-size: 25px;
  text-align: center;
  position: relative;
  top: 50%;
  margin-top: -40px;
  font-family: Tahoma;
}
.about_author {
  font-size: 12px;
  font-family: Tahoma;
  padding: 20px;
}

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