

div{
    color: blueviolet;
}


.wrapped{
    display: flex;
    gap: 20px;
}

img {
    width: 100%;
}

.inhalt {
    width: 100%;
}

a:hover {color:red; }