/* CSS Document */
html,
body {
  height: 100%;
  background-color: #fff;
  background-image: url(../img/haze-bg.jpeg);
  background-position: center center;
  background-size: cover;
}
.splash-body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.splash-image {
  margin: auto;
}
