.off-text-general {
    font-size: 24px;
    color: var(--secondary-font-color);
    padding-left: 10px;
    letter-spacing: 1.5px;
    font-weight: 100;
}

.off-section-limiter {
    max-width: 400px;
}

.off-title-text {
    color: var(--gold-g1);
    font-size: 40px;
    max-width: 420px;
}

.off-main-page-intro {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    max-width: 1440px;
    justify-content: center;
}

.off-main-page-intro div {
    padding-left: 25px;
    padding-right: 25px;
}

.embed-wrapper {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.embed-container {
    max-width: 100vw;
}

.embed-container iframe {
    width: 100vw;
    aspect-ratio: 4 / 3;
}

.off-text-center-container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}



