
.table th{
       background-color: rgb(69, 122, 221);
}
.table-2 th{
        background-color: rgb(247, 204, 126);
}
img{
    margin: 20px;
}
.main{ 
    display: inline-block;
    width: 98.5%;
    padding: 10px;
    font-size: larger;
    background: linear-gradient(90deg,#234344,#334234);
    color: white;
    text-align: center;
    text-decoration: none;
}
.tables{
    margin-top: 15px;
   display: flex;
   justify-content: space-evenly;
   background-color: black;
}
.tables a{
    text-decoration: none;
    font-size: larger;
    color: white;
    padding: 10px;
}
a:hover{
    background: blue;
    color: black;
}