#bootsplash {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #29b97b;
}
#bootsplash-logo {
  content: url('./images/logo.svg');
  width: 100px;
  height: 75px;
}
