.title {
    width: 100%;
    height: fit-content;
    margin-top: 125px;
    margin-left: 10%;
    margin-bottom: 40px;
    font-family: Coolvetica;
    color: #d8412dff;
    font-size: 100px;
    display: flex;
}

.star-10 {
    margin-left: 15px;
    margin-top: 10px;
    width: 80px;
}

.favorites-of-2023 {
    margin-left: 10%;
    width: 100%;
    height: fit-content;
    display: flex;
}

.favorites-of-2023 h2 {
    font-family: Coolvetica;
    color: #d8412dff;
    font-size: 40px;
}

.list-2023 {
    margin-top: 80px;
    font-family: gtAlpinaRegularLight;
    font-size: 20px;
    color: rgb(77, 64, 64);
    line-height: 1.4;
}

.collage-2023 {
    width: 60%;
}

.top-10 {
    margin-left: 10%;
    width: 100%;
    height: fit-content;
    display: flex;
}

.top-10 h2 {
    font-family: Coolvetica;
    color: #d8412dff;
    font-size: 40px;
}

.list-top-10 {
    margin-top: 80px;
    font-family: gtAlpinaRegularLight;
    font-size: 20px;
    color: rgb(77, 64, 64);
    line-height: 1.4;
}

.collage-top-10 {
    width: 60%;
}

.reading-list {
    width: 100%;
    margin-top: 20px;
    font-family: gtAlpinaRegularLight;
    font-size: 20px;
    color: rgb(77, 64, 64);
    line-height: 1.4;
}

.reading-list h2 {
    font-family: Coolvetica;
    color: #d8412dff;
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
}

.reading-list-categories {
    width: 100%;
    display: flex;
    justify-content: center;
}

.reading-list-categories h3 {
    font-family: Coolvetica;
    color: #d8412dff;
    font-size: 20px;
    text-align: center;
}

.fiction {
    width: 30%;
    text-align: center;
}

.non-fiction {
    width: 30%;
    text-align: center;
}

.poetry {
    width: 30%;
    text-align: center;
}

.booklists-gap {
    width: 100%;
    height: 80px;
}

.booklists-footer {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.booklists-bead-footer {
    width: 20%;
}