



.splash-screen{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}




.splash-screen img{
    width: 60%;
}
.splash-screen h3{
    font-weight: 600;
    margin-bottom: 5px;
}
.splash-screen p{
    font-weight: 300;
}



@media screen and (min-width: 768px) {
    
    .splash-screen img{
        max-width: 300px;
    }
   
}



