html, body {
    height: 100%;
    margin: 0;
}

body {
    background-color: #1f1f1f;
    color: #fff;
}

.full-container {
    width: 100%;
    height: 100%;
    padding: 20px;
}

.table-sub {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}
