body{
    margin:0;
    font-family:Arial, Helvetica, sans-serif;
    background:#f5f7fb;
    display:flex;
    justify-content:center;
    align-items:center;
    height:100vh;
}

.container{

    width:90%;
    max-width:700px;

    background:white;
    padding:40px;

    border-radius:12px;

    box-shadow:0 10px 30px rgba(0,0,0,.1);

    text-align:center;
}

h1{
    color:#1e88e5;
}

.mensaje{
    font-size:18px;
    color:#555;
    line-height:28px;
}

.estado{

    margin-top:20px;

    background:#eef6ff;

    padding:15px;

    border-left:5px solid #1e88e5;

    border-radius:8px;

    color:#444;
}

.gracias{

    margin-top:35px;

    font-size:17px;

    font-weight:bold;

    color:#333;
}

#hora{

    margin-top:30px;

    color:#888;

    font-size:14px;
}