.pscBody {
    color: black;
    background-image: url('images/background.jpg');
    background-position: center;
    height: 100vh;
    background-size: cover;
    background-attachment: fixed;
    font-family: "PT Serif", serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
}

.otherBody {
    color: black;
    font-family: "PT Serif", serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
}

p {
    color: rgb(20 20 20);
}

.indentedHeader {
    margin-left: 0.0em;
}

.topNav {
    display: flex;
    background-color: rgba(250, 255, 250, 0.55);
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 1em;
    width: 100%;
    border-color: rgba(250, 255, 250, 0.75);
    border-width: 1px;
    border-style: groove;
}

.pt-serif-regular {
    font-family: "PT Serif", serif;
    font-weight: 400;
    font-style: normal;
}

.pt-serif-bold {
    font-family: "PT Serif", serif;
    font-weight: 700;
    font-style: normal;
}

.pscBody {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#pscMenuButton {
    position: fixed;
    top: 1em;
    left: 1em;
    text-align: left;
    width: 4em;
    height: 4em;
    border-radius: 50%;
    background-color: white;
}

#pscIcon {
    margin-top: 2em;
    padding-left: 3.5em;
    padding-right: 3.5em;
    margin-bottom: 0.1em;
}

#pscTitle {
    text-align: center;
    margin-left: 1em;
    margin-right: 1em;
}

#pscSubtitle {
    font-size: 1.7em;
    margin-top: -0.25em;
    flex: 0 1 0;
    text-align: center;
    margin-left: 1em;
    margin-right: 1em;
}

#pscDownload {
    display: contents;
    flex: 0 0 0;
    padding: 16px;
    justify-content: center;
}

#pscTabs {
    display: flex;
    background-color: rgba(250, 255, 250, 0.55);
    flex: 1 1 0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 2em;
    padding-right: 2em;
    margin-top: 0.5em;
    margin-left: 1em;
    margin-right: 1em;
    border-radius: 16px;
    border-color: rgba(250, 255, 250, 1.0);
    border-width: 1px;
    border-style: groove;
}

.nav-link {
    color: black;
}

.tab-content {
    display: contents;
    flex: 1 1 auto;
    justify-self: stretch;
}

.tab-pane {
    display: contents;
    padding: 16px;
}

#features {
    align-self: center;
    justify-content: stretch;
    width: 97vw;
}

.featureBlock {
    display: flex;
    align-items: start;
    gap: 1em;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    padding: 16px;
    background-color: rgba(250, 255, 250, 0.7);
    border-radius: 16px;
    border-color: rgba(250, 255, 250, 1.0);
    border-width: 1px;
    border-style: groove;
}

.sideBySideFeatures {
    display: flex;
    flex: 1 1 0;
    align-items: stretch;
    justify-content: space-evenly;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    gap: 1em;
    flex-wrap: wrap;
}

.sideBySideFeatureBlock {
    display: flex;
    gap: 1em;
    width: 50vw;
    background-color: rgba(250, 255, 250, 0.7);
    border-radius: 16px;
    padding: 16px;
    flex: 1 1 100px;
    border-color: rgba(250, 255, 250, 1.0);
    border-width: 1px;
    border-style: groove;
    flex-wrap: wrap;
    min-width: 300px;
}

.overviewImage {
    flex: 0 1 auto;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.featureImage {
    flex: 1 1 0;
    width: 14em;
    align-self: start;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
}

.featureDescription {
    display: flex;
    flex-direction: column;
    flex: 4 1 0;
}

#pscScreenshotPanel {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    overflow-y: auto;
    width: 75vw;
}

.tab-pane {
    display: contents;
    flex: 1 1 0;
}

#whatsNew {
    width: 97vw;
}

#whatsNewBlock {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#screenshot {
    height: 500px;
    width: auto;
    object-fit: contain;
}

.SectionHeader {
    padding-top: 1em;
}

#menuOffCanvas {
    background-color: black;
    color: white;
}

.menu {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.menuApps {
    display: contents;
    flex: 0 1 0;
}

.menuFooter {
    flex: 0 1 0;
}

.headerWithIcon {
    display: flex;
    align-items: center;
    gap: 0.75em;
}

.headerIcon {
    width: 35px;
    height: 35px;
    margin-top: -5px;
}

.bi {
    font-size: 2.2em;
    margin-top: -5px;
}

ul {
    list-style-type: square;
}

.copyright {
    justify-content: center;
    padding: 0.5em;
    margin-left: 1em;
    margin-right: 1em;
    text-align: center;
    border-radius: 12px;

    background-color: rgba(255, 255, 255, 0.55);
}

.supportHeader {
    display: flex;
    gap: 0.5em;
    align-items: center;
}