.container {
    grid-template-columns: auto;
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
    height: fit-content;
}
.page-section.content2 {
    position: relative;
    margin-top: 6em;
}
.container .body {
    font-size: 16px;
    font-size: 16px;
    margin-bottom: 1em;
    margin-top: 1em !important;
    color: var(--theme2);
}
.container .body b {
    color: var(--theme3);
}
.container .body .href {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.page-contents-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}