body {
    color: gray;
    background-image: url(../images/Mee.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    border: 5px solid;
    
}

header h1 {
    color: mediumpurple
}

header h2 {
    color: rebeccapurple
}

header.content {
    background-color: rgb(136 74 132 / 75%);
    min-height: 200px;
    min-width: 200px;
}

.tegel .tegel_binnen {
    background-color: rgb(223 114 233);
    
    
}