﻿/* Estilos para centrar horizontal y verticalmente */
.center-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  

}

.content {
    text-align: center;
    border-radius: 2em;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    padding: .6em;
    color: #333;
    font-family: sans-serif;
    line-height: 1.5;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.75);
   

    
    position: fixed;
    top: 7em;














      box-shadow: 10px 10px 4000px 4000px rgba(0,0,0,.6);
-webkit-box-shadow: 10px 10px 4000px 4000px rgba(0,0,0,.6);
-moz-box-shadow: 10px 10px 4000px 4000px rgba(0,0,0,.6);
  








}

table {
    width: 13em;
    margin: 0 auto;
}

/* Estilo para el fondo del modal */
.modal-background {
}
