html, body {
  overflow: hidden;
  height: 100vh;
  margin: 0px;
}

.fullscreen {
  overflow: auto;
  height: 100vh;
  /* background: #63BFB9; */
  display: flex;
  align-items: center;
  justify-content: center;
}

#LogoHolder {

}

#Logo {
  height: 40vh;
  flex: none;
}

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