body {
    background-color: #C19772;
}

/********************  Header  *******************/

.header__main-image {
    background-image: url("/images/cozy_retro_main.png");
}

/********************  Main content  *******************/

.pagination {
    color: #E0E6ED;
    background-color: #05D9E866;
}

/********************  Footer  *******************/

.footer {
    color: #FFFFFF;
    background-color: #D8D2B2;
}

/********************  Anime item  *******************/

.anime-item {
    background-color: #D8D2B2;
}

.anime-item__title {
    color: #4C5F55;
}

.anime-item__info-title {
    color: #CC8F70;
}

.anime-item__info-value {
    color: #CC8F70;
}

.anime-item__info-value--highlighted {
    color: #683927;
}

.anime-item__description {
    color: #4C5F55;
}

.anime-item__content::after {
    background: linear-gradient(0deg, #D8D2B2, #D8D2B200);
}

/********************  Pop-Up  *******************/

.pop-up {
    background-color: #835B42;
    border: 3px solid #623321;
}

.pop-up__image {
    border: 3px solid #E8C38C;
}

.pop-up__title {
    color: #C1BE9E;
}

.pop-up__information-item {
    color: #E8C38C;
}

.pop-up__annotation-style {
    color: #3E2E21;
}

.pop-up__cross rect {
    fill: #623321;
}
