* {
    margin: 0;
}

.splash {
    background: #404040 url('./images/background.png') !important;
    background-size: unset !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
}

