.dernier-post-container {
    background-color: var(--facebook-color);
    padding: 50px 0;
    display: flex;
    justify-content: center;
}

.dernier-post {
    color: white;
    max-width: 600px;
}

.dernier-post > h2 {
    text-decoration: underline;
    font-size: 1rem;
    font-weight: normal;
    font-style: italic;
}

.dernier-post > p {
    font-size: 0.7rem;
    font-weight: 100;
}

.dernier-post > a {
    text-decoration: underline;
    color: white;
    font-size: 1.2rem;
}

.dernier-post > a:hover {
    opacity: 80%;
}

.dernier-post-container > img {
    width: 150px;
    height: auto;
    margin-left: 40px;
}