body{
    background-color: #001C54;
    color:white;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    text-align: center;

    padding: 15%;
    font-family: Arial, Helvetica, sans-serif;

}



img{
    width: 100%;
    height: auto;
}

a{
    color: white;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}


.splash{

    margin: auto;
    width: 90%;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    
    

}

.logo{

    width: 100%;
    max-width: 320px;
    margin-bottom: 3rem;


  
}


.text{
    margin-bottom: 2rem;
 

}

.nvm{

    width: 100%;
    max-width: 60px;
    //margin-bottom: 2rem;


  

}