* {
    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;
}

.splash-logo-wrapper {
    max-width: 80%;
    width: 300px !important;
    height: 71px !important;
}

.splash-logo {
    background-image: url('./images/logo.png') !important;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
}

