body {
    background-color: #0f0f0f;
    color: #f3f3f3;
    overflow-x: hidden;
}

section:not(last-child) {
    display: table;
    width: 100%;
    margin-bottom: 60px;
}



h1 {
    font-size: 48px;
    font-weight: 600;
}

table {
    width: 100%;
}


hr {
    border-color: #222;
}