@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

 .zonaMensaje{
    width: 99%;
    height: auto;
    margin-top: 20px;
 }

 .Mensaje{
    color:#000066;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 30px;
    font-weight:lighter;
    /*text-shadow: 0 0 5px rgb(0, 233, 213), 0 0 20px rgb(0, 233, 213), 0 0 30px rgb(0, 233, 213);*/
    display: flex;
    align-items: center; /* Alinea texto vertical */
    justify-content: center; /* Alinea texto orizontal */
 }