:root {
    --primary: #1164ad;
    --secondary: #009cff;
    --muted: #6c757d;
    --back: #FFF;
    --fuente: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    --body-font-size: 16px;
    --base-line-height: 1.45;
    --fw-regular: 400;
    --fw-medium: 500;
    --fw-semibold: 600;
    --fw-bold: 700;
    --fw-heavy: 800;
    --back: #fff;
    --white: #FFF;
}


html {
    font-family: var(--fuente);
    font-size: var(--body-font-size);
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}



body{
    color:#222;
    line-height:var(--base-line-height);
    font-size:var(--body-font-size);
    font-weight:var(--fw-regular);
    -webkit-text-size-adjust:100%;
}




.page {
   margin: 0 auto;
   background-color: var(--back);
   display: block;
   text-align: center;
   justify-content: center;
   justify-items: center;
   
}


.mensaje {
    padding: 2% 0 0 0;
    text-align: center;
    line-height: normal;
    letter-spacing: normal;
}