.h1, h1 {
    font-size: 30px;
}

.h2, h2 {
    font-size: 24px;
}

.table-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    overflow-x: auto;
    width: 100%;
}

th, td {
    padding: 10px;
}