body {
    background-color: yellowgreen;
}

#Heinz {
    display: flex;
    margin: auto;
    position: absolute;
    width: 50%;
    height: 200px;
    border: 1px solid black;
    left: 25%;
    color: rgb(6, 68, 202);
    background-color: rgb(209, 5, 117);
    top: 25%;

}

#aebersold {
    position: absolute;
    color: red;
    background-color: blue;
    left: 25%;
    top: 50px;
    border: 1px solid white;
    width: 50%;
    height: 200px;
    display: flex;
    flex-wrap: wrap;

}

text {
    margin: auto;
    text-wrap: wrap;
}