html, body{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

.splash-container{
    background-color: #f8f8f8;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.splash-container img{
    width: 90%;
    max-width: 400px;
}