.informatie-melding {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-height: 80px;
    overflow: auto;
    border: 1px solid #ccc;
    text-align: center;
    background-color: #e5f1f9;
}
