.popupmelding {
    width:100%;
    display:flex;
    justify-content: center;
    align-items:center;
    padding:10px 0px;
    color:#000;
    background:yellow;
}
.popup-button {
    margin-left:10px;
    font-weight:bold;
    text-decoration:underline;
}
