h1 {
    margin-top: 3rem;
    margin-bottom: 1rem;
    font-size: 2.5rem;
}

h2 {
    margin-top: 2rem;
    font-size: 2rem;
}

h3 {
    margin-top: 2rem;
    font-size: 1.75rem;
}

h4 {
    margin-top: 1rem;
}

.table-of-contents {
    margin-top: 2rem;
    margin-bottom: 0rem;
    font-size: 1.25rem;
}

.table-of-contents-title {
    font-size: 1.25rem;
}

.table-of-contents > ul > li {
    margin-top: 5px;
}

.table-of-contents > ul > li > ul > li {
    margin-top: 5px;
}

.table-of-contents > ul > li > ul > li > ul > li {
    margin-top: 5px;
}

.fragment-identifier { 
    content: "";
    display: block;
    height: 100px; 
    margin: -100px 0 0 0; 
}

.jebnie-mnie {
    max-width: 1000px;
    margin-bottom: 3rem;
}