.splash_screen{
    background-color: rgba(254,254,254,0.5);
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 10000;
    display: none;
}
.ver_splash
{
    display: block;
}
.texto{
    width: 100%;
    text-align: center;
    height: 25vh;
    margin-top: 35vh;
}
.texto > p{
    padding: 50px;
    background-color: white;
    width: 20%;
    margin-left: 40%;
    border: 10px solid lightgray;
    border-radius: 5px;
}