.introduction-text {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 50px;
}

.recipe-container {
    text-align: center;
}

.recipe-picture {
    width: 80%;
    margin: 0 auto;
}

.recipe-title {
    color: #0C0920;
    text-decoration: none;
    font-family: 'Reenie Beanie', cursive;
    padding: 10px;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding-bottom: 40px;
}

.recipe-title:hover {
    color: #609A7D;
}

.recipe-link:hover {
    text-decoration: none;
}

/* Style de la pagination */
.pagination {
    font-family: Noto Sans, sans-serif;
    margin: 0 auto;
    font-weight: bold;
    margin-bottom: 20px;
}

.current, .page, .next, .last {
    padding-right: 10px;
}

a, a:hover {
    color: #0C0920;
}

