#content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 720px;
    height: calc(100% - 128px);
}
#content > .top {
    position: absolute;
    top: -64px;
    width: 100%;
}
#content > .center {
    width: 100%;
    margin-top: 0;
}
#content > .bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 64px;
}

#content h2 {
    list-style-type: none !important;
    width: 100%;
    margin: 48px 0 24px 0;
    padding: 0;
    font-weight: 500;
    font-size: 28px;
    border-bottom: solid 1px var(--mono-df);
}
#content h2:first-child {
    margin-top: 4px;
}
#content h3 {
    list-style-type: none !important;
    width: 100%;
    margin: 0 0 0 8px;
    padding: 0 0 0 8px;
    font-weight: 500;
    font-size: 22px;
    border-left: solid 8px var(--mono-df);
}

#content p {
    margin: 24px 0 48px;
}
#content p:last-child {
    margin-bottom: 0;
}

#content b {
    font-weight: 500;
}
#content i {
    font-weight: 300;
}
#content s {
    font-weight: 300;
    color: var(--mono-7f);
}

#content ul {
    list-style-type: none !important;
    margin: 24px 0 48px 16px;
    padding: 0;
}
#content ul:last-child {
    margin-bottom: 0;
}
#content ul li {
    list-style-type: none !important;
    margin: 4px 0;
    text-align: justify;
}
#content ul li:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 4px;
    height: 4px;
    background: var(--mono-df);
    border-radius: 50%;
    margin-right: 8px;
    margin-left: -12px;
}
#content ul li:first-of-type {
    margin-top: 0;
}
#content ul li:last-of-type {
    margin-bottom: 0;
}
