body {
    background: yellow;
}

h1{
    background: rgb(0, 0, 167);
    border-radius: 15px;
    color: yellow;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 30px;
    text-align: center;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

h2{
    background: rgb(0, 0, 167);
    border-radius: 15px;
    color: yellow;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    text-align: center;
    width: 40%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

table{
    background: rgb(0, 0, 134);
    border-radius: 15px;
    direction: center;
}

 th{
    background: rgb(6, 6, 202);
    border-radius: 18px;
    color: yellow;
    font-size: 25px;
    
} 

tr{
    background: rgb(0, 0, 190);
    color:yellow;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
}

td{ 
    border-radius: 8px;
    font-size: 18px;
}

table tr:hover {
    background-color: yellow;
    color: rgb(1, 1, 175);
    cursor: pointer;
  }

  .centro{
    display: flex;
    justify-content: center;
  }

  .fuente{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 14px;

  }