

.table-content {
    width: fit-content;

    background-color: #1f1f1f;

    border: 1px solid #555;

    padding: 1rem 2rem;

    margin: 2rem 0;

    border-radius: 10px;
}

.table-content h2 {
    text-align: left;
    margin-bottom: 1rem;
}

.table-content ol {
    padding-left: 1.5rem;
}

.table-content li {
    margin: 0.5rem 0;
}

.table-content a {
    color: #00aaff;
    text-decoration: none;
}

.table-content a:hover {
    text-decoration: underline;
}