body {
    background-color: #b5d8ff;
}

a {
    font-size: 14px;
}

.body-container {
    background-color: #b5d8ff;
}

.main-container {
    margin: auto;
    max-width: 1440px;
    background-color: #fff6e8;
}

.header {
    background-image: url('header.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 1440 / 380
}

.accordion {
    width: 237px;
    border: 1px solid #95cafc;
    border-radius: 5px;
    margin-left: 69px;
    color: #fa9058;
    background-color: #fceabc;
    height: 33px;
    text-align: center;
    padding: 0;
    cursor: pointer;
    outline: none;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #eee6c9;
}

.middle {
    display: flex;
    width: 100%;
    flex-wrap: wrap
}

.menu-container {
    width: 375px;
    margin-bottom: 75px;
}

.panel {
    width: 199px;
    background-color: #fceabc;
    margin-left: 69px;
    padding: 0 18px;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-out;
}

.panel-item {
    height: 30px;
    margin-top: 7px;
}

.global-menu {
    width: 237px;
    border: 1px solid #fa9058;
    border-radius: 5px;
    margin-left: 69px;
    color: #ffffff;
    background-color: #95cafc;
    height: 33px;
    text-align: center;
    padding: 0;
    cursor: pointer;
    outline: none;
    transition: 0.4s;
}

.global-menu:hover {
    background-color: #b5d8ff;
}

.empty {
    height: 10px;
}

.content-container {
    margin: 0 auto;
}

.img-books-container {
    margin-bottom: -60px;
    margin-top: -50px;
}

.img-books-image {
    margin-right: 20%;
    text-align: end;
}

.poem-container {
    margin: auto;
    border: 5px solid #95cafc;
    max-width: 940px;
    border-radius: 25px 25px 0 0;
    border-bottom: none;
    background-color: #fdf0d2;
    width: 95vw;
}

.poem {
    margin: 75px 90px 0 90px;
    font-family: Nunito, Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 18px;
    text-align: center;
}

.pagination {
    height: 75px;
}

.pagination-items {
    margin-top: 25px;
}

.pagination-items a {
    font-size: large;
}

.footer {
    border-top: 5px solid #95cafc;
    height: 30px;
}

.copyright {
    width: fit-content;
    color: #fa9058;
    font-size: 14px;
    font-weight: bold;
    margin: 4px auto auto;
}
