h1{
    text-align: center;
    font-size: 40px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
#tabla {
    margin-left: 2%;
    margin-right: 2%;
}
thead{
    font-size: 50px;
    text-align: center;
}
.cabe {
    border: 4px solid red ;
    background-color: black;
    color: white;
    width: 60%;
}
.cabe2{
    border: 4px solid red ;
    background-color: black;
    color: white;
    text-align: center;
}
#tabla tbody{
     font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
     font-size: 20px;
}
table{
    border-spacing: 0 30px;
    border-collapse: collapse;
}
th, td {
    border: 2px solid black;
}

