.textContent {
    font-family: 'Barlow', 'sans-serif';
    color: #222;
    font-size: 1.1em;
}

.headerText {
    font-family: 'Cinzel' , 'sans-serif';
    color: #222;
    margin-bottom: 15px;
    text-align: center;
}

img {
    max-width: 100%;
}

.aboutImage {
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
    min-height: 100%;
    object-fit: cover;
}

.listContent {
    max-width: 75%
}

@media (max-width: 800px) {
    .listContent {
        max-width: 95%
    }
}

#mainEditorForm {
    width: 100%;
}

.input-group {
    max-width: 90%;
}