.table{
    height: 40rem;
    width: 90rem;
    background-color: powderblue;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;

}
.table1{
    height: 4rem;
    width: 25rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
}
.table2{
    height: 35rem;
    width: 85rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
}