.img-main {
    width: 100%;
    margin-bottom: 2em;
}

body {
    color: black;
    text-decoration: none;
    background-color: #EDE2C6;
    font-family: "Marta_Regular.otf";
}

header {
    background-color: #30271e;

}

footer {
    color: #EDE2C6;
    background-color: #30271e;
}

h2 {
    cursor: pointer;
}

p {
    font-size: 1.5em;
    margin-left: 2em;
}

.black {
    color: black;
}

/* .hidden-list {
    display: none;
} */

/* .toggle-checkbox {
    display: none;
}

.toggle-checkbox:checked ~ .hidden-list {
    display: block;
} */

.footer-text {
    padding: 2em;
}

.img-ms {
    width: 40px;
    margin-inline: 1em;
}

.header-text {
    color: #EDE2C6;
}

.header-text:hover {
    color: #EDE2C6;
    font-weight: bold;
}

/* это к акордеону */

.menu-item {
    width: 100%;
    border: none;
    background: none;
    padding: 12px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 2em;
    text-align: left;
    cursor: pointer;
}

.menu-item:hover {
    /* color: #0d6efd; */
    font-style: italic;
    font-family: "static/font/Marta_Italic.otf";
}

.arrow {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.menu-item[aria-expanded="true"] .arrow {
    transform: rotate(90deg);
}

.submenu {
    padding-left: 24px;
    padding-bottom: 10px;
}

.submenu a {
    display: block;
    padding: 6px 0;
    color: #6c757d;
    text-decoration: none;
    font-size: 1.5em;
}

.submenu a:hover {
    font-style: italic;
}

.section {
    border-bottom: 1px solid gray;
}

.left-margin {
    margin-left: 3.5em;
}
