#splash {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 10%;
  padding-right: 10%;
  background-color: #092130;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

:root {
  --bulma-body-overflow-x: hidden;
  --bulma-body-overflow-y: hidden;
}