h1{
    color: deeppink;
    text-align: center;
    padding: 35px;
    border-radius: 15px;
    font-size: 45px;
}
body{
    background-image: url("CIR.jpeg");
    border-radius: 15px;
    padding: 15px;
    justify-content: center;
    text-align:justify;
    font-weight: bold;
    font-size: 15px;
    
}
table {
    margin-right: auto;
    margin-left: auto;
    
}

input[type="text"]{
    
    width: 25%;
    padding; 10px 15px;
    font-size: 25px;
    margin: 8px 0;
    background: transparent;
    color: deeppink;
    font-weight: bold;
    border: 5px transparent solid silver;
    text-align: left;
     justify-content: center;
    text-align:center;
 
    
}
#contenedor-header {
    background: black;
    border-radius: 10px;
    padding : 10px;
    display : flex;
    text-align: center;
     justify-content: center;
    text-align:center;
}

#header-titulos{
    width : 100%;
    color:white;
    font-size: x-large;
   text-align: center;
}

button{
    
   
    box-shadow:0 12px 16px 0 rgba(0,0,0,0.4), 0 6px 20px 0 rgba(0,0,0,0.10);
    width: 10%;
    font-size: 25px;
    background: #56484c;
    color:aliceblue;
    border: none;
    padding;16px 32px;
    border-radius: 8px;
    text-decoration: none;
    margin: 4px 2px;
    cursor:pointer;
    text-align: center;
     justify-content: center;
    text-align:center;
}

button:hover{
    
     font-size: 25px;
    background: darkblue;
    color: aliceblue;
    border: none;
    padding;16px 32px;
    border-radius: 8px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
     justify-content: center;
    text-align:center;
    
}
#botones{
    text-align: center;
    margin-top: 15px;
     justify-content: center;
    text-align:center;
    
}

