body{
    background: yellow;
}

h1{
    background: rgb(0, 0, 134);
    border-radius:15px;
    color: yellow;
    /* direction: center; */
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size:25px;
    text-align:center;
    width:35%;
    
}

h2{
    /* background: rgb(0, 0, 134); */
    /* border-radius:15px; */
    /* color: yellow; */
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size:25px;
    text-align:center;
    width:100%;
}

a{
    background: rgb(0, 0, 160);
    color: yellow;
    border-radius: 13px;
    text-decoration: none;
    /* width: 50px; */
}

a:hover{
    background: #01018a;
    color: yellow;
}

p{
    background: rgb(0, 0, 134);
    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: 65%;
}

table{
    background: rgb(0, 0, 134);
    border-radius: 15px;
    direction: center;
}

/* thead{
    background: rgb(6, 6, 202);
    border-radius: 14px;
    color: yellow;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
} */

 th{
    background: rgb(6, 6, 202);
    /* border: 5px rgb(255, 255, 0); */
    border-radius: 18px;
    color: yellow;
    /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
    /* font-size: 18px; */
} 

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{ 
    /* background: rgb(3, 3, 170) solid 12px; */
    /* border-radius: 10px; */
    /* border: 12px; */
    /* background: rgb(1, 19, 180); */
    border-radius: 12px;
    /* color: yellow;  */
    font-size: 18px;
    /* text-align: right; */
}

 .margen{
     text-align: right; 
}

    table tr:hover {
    background-color: yellow;
    /* border-radius: 10px; */
    color: rgb(1, 1, 175);
    cursor: pointer;
  }

  .color{
      background: rgb(1, 1, 206);
      border-radius: 20px;
      color: yellow;
      font-size: 18px;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
  }