body{
    background-color: rgb(0, 52, 129);
}
h1{
    color:rgb(245, 245, 245);
}
th{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: rgb(240, 243, 243);
}
.tr2{
    background-color:rgb(28, 197, 248);
    color: rgb(8, 13, 19);
}
td:hover{
    background-color: rgb(15, 224, 154);
    color: white;
}
tr{
    color:white;
}