.ResTable {
    overflow-x: auto;
}

h1 {
    color: rgb(73, 33, 33);
    font-weight: bold;
    font-size: 50px;
}

h3 {
    color: rgb(73, 33, 33);
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
    .table {
        width: 150%;
        text-align: center;
        margin: 10px 0;
    }
}