﻿/*
    SplashScreen
*/
.splash-screen {
    margin-top: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .splash-screen img {
        width: 30vw;
    }
