html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.splash {
    background-color: #881467;
    color: #ffffff;
    font-family: 'Arial', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
}
