body{
    background-color: blueviolet;
}
h1{
    text-align: center;
    font-size: 34;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: whitesmoke;
}
h2{
    text-align: center;
    font-size: 34;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: whitesmoke;
}
.ingreso-datos {
    height: auto;
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
    font-size: 34;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: whitesmoke;
    padding: auto;

}
table {
    margin: 10px auto;
}
td,
th {
    text-align: center;
    padding: 10px;
    border: solid yellowgreen 1px;
    font-size: 34;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: whitesmoke;
}