
.intro {
    font-size: 14px;
}

.currently-reading-container {
    padding-top: 30px;
}

.finished-reading-container {
    padding-top: 40px;
}

.reading-section-link {
    font-size: 17px;
    font-weight: 600;
    border: none;
    color: var(--accent-color) !important;
}

.book-container {
    display: grid;
    width: 500px;
    grid-template-columns: 5fr 1fr;
    margin-top: 20px;
}

.book-title {
    font-size: 15px;
}

.book-author {
    font-size: 15px;
    color: var(--text-secondary);
    margin-top: 8px;
}

.book-icon {
    justify-self: end;
}