.splash-screen-container {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.splash-screen-text {
    font-style: italic;
    font-size: 18px;
    font-weight: 700;
    transform: rotateZ(-10deg);
}