html { margin: 0; padding: 0; }
body { margin: 0; padding: 0;  background-color:#602e75; }

#splash_2 {
    position: absolute;
    width: 100%; 
    height: 90%;
    background-color:#602e75;
    text-align: center; 
}

.center_container_2{
    position: relative;
    width: 33%;
    height:300px;
    top: 80px;
    margin: auto;
}

.logo_splash_2{
    position:absolute;
    background-image: url('/views/logo-Cloom_586px.png');
    background-size: 100%, 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 350px;
}

#message{
    position:relative;
    top: 350px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;

}

h1{
    font-size: 26px;
    color: #fff;
}

h2{
    font-size: 16px;
    margin-bottom: 7px;
    color: #fff;
}