.Menu{
    position: fixed; 
    visibility:hidden; 
    background-color: #6a7b82; 
    width: 200px; 
    height: 400px; 
    z-index: 2; 
    text-align: center; 
    align-items: right;
    border-radius: 5%;
}

.Sluitknop1{
     width: 20px; 
     justify-content: center;
     display: flex;
     align-items: center;
}

.Sluitknop2{
     width: 20px; 
     justify-content: center;
     display: flex;
     align-items: center;
}

.Knoppen{
    background-color: #6a7b82;
}

.Menu1{
    position: fixed; 
    visibility:hidden; 
    background-color: #6a7b82; 
    width: 200px; 
    height: 400px; 
    z-index: 2; 
    text-align: center; 
    align-items: right;
}

.Menu2{
    position: fixed; 
    visibility:hidden; 
    background-color: #6a7b82; 
    width: 200px; 
    height: 400px; 
    z-index: 2; 
    text-align: center; 
    align-items: right;
}

button{
    background-color: #6a7b82;
    padding: 0;
    border: none;
}

img{
    text-align: center; 
    margin: auto; 
    display: flex; 
    justify-content: center;
}

