.content-container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: fit-content;
    box-shadow: 0 0 10px rgba(255, 0, 0, 1);
    background-color: rgba(0, 0, 0, 0.85);
    padding: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.core {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 100%;
    width: 100%;
    padding: 1rem;
}

.core-image-container-amber, .core-image-container-ivory, .core-image-container-obsidian {
    display: flex;
    height: fit-content;
    width: auto;
}

.main-center-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(60% - 3rem);
    margin-right: 1.5rem;
}

.main-left-container {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(20% - 1.5rem);
    min-height: 100%;
}

.main-right-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    width: calc(20% - 1.5rem);
    min-height: 100%;
    align-self: stretch;
}

.section-container-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 1;
    width: 100%;
}

.section-container-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: fit-content;
    width: 100%;
}
