.dicton-jour {
        background-color: #f4f4f4;
        padding: 15px;
        border-radius: 8px;
        text-align: center;
        font-family: Arial, sans-serif;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        margin-top: 20px;
    }
    .dicton-jour h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .dicton-jour p {
        font-size: 14px;
        color: #333;
    }
    