.mentions-container {
    display:flex;
    flex-direction:column;
    height:auto;
    margin: 30px auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.mentions-header {
    margin-top:2%;
    text-align: center;
    margin-bottom: 30px;
}

.mentions-header h1 {
    font-size: 2.5em;
    margin: 0;
}

.mention-main {
    margin-bottom: 20px;
}

.mentions {
    margin-bottom: 20px;
}

.mentions h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #333;
}

.mentions p {
    margin-bottom: 10px;
    color: #555;
}

.mentions-footer {
    text-align: center;
    padding: 10px;
    background: #333;
    color: #fff;
}

.mentions-footer p {
    margin: 0;
}
