.container {
    justify-content: center;
    align-items: center;
}

.article {
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #fff;
    width: 300px;
    margin: 20px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    float: left;
}

.article img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
    height: max-content;
}

.article h2 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.article p {
    margin-bottom: 10px;
}

.article h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.5;
}

.article h2 {
    overflow: hidden;
    text-overflow: ellipsis;
}
.msgValue > #message {
    word-break: break-word;
}

.succes {
    box-shadow: 0 4px 10px rgba(0, 255, 0, 0.3);
}

/*.article a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}*/