    .float-wa {
        bottom: 24px;
        display: block;
        height: 60px;
        margin: 0px 12px;
        overflow: visible;
        padding: 0px;
        position: fixed;
        right: 12px;
        top: auto;
        width: 60px;
        z-index: 2147483644;
        box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
        border-radius: 60px;
    }

    .float-wa:hover {
        transform: scale(1.1);
    }

    .img-wa {
        width: 100%;
        height: auto;
    }

.page {
   text-align: center;
    width: 100%;
    height: auto;
    padding: 3%;
    background-color: #fff;
}

header1.page-title {
    font-size: 3em;
    text-align: center;
    font-family: roboto;
    font-weight: 200;
}
table {
    font-size: 1em;
}
th.widecell {
    width: 17%;
}
table, th, tr, td, tbody {
    border: 1px solid #9a9696;
    text-align: center;
    color: #000;
}