.div1 {
    background-color: lightgray;
}
.div2 {
    float: right;
    background-color: lightgray;
}
.h1a {
    text-align: center;
    color: rgb(30, 130, 160);
}
.h2a {
    text-align: center;
    color: rgb(30, 130, 160);
}
.table1 {
    width: 40%;
}
.p1 {
    text-align: center;
    color: rgb(70, 170, 200);
}
.a1 {
    color: rgb(70, 170, 200);
}