:root {
  --bulma-primary-h: 192deg;
  --bulma-primary-s: 72%;
  --bulma-primary-l: 40%;
}

.splash {
    background-color: #1d93b0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    position: fixed;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.splash > .splash-text {
    vertical-align: middle;
    color: white;
}
