
#main {
    height: 450px;
    display: flex;
    flex-direction: row;
    
}
#rechts{
    
    width: 20%;
    height: 100%;
}
#midden {
    width:60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items:center;
}
#links {
    width: 20%;
    height: 100%;
}
button {
    width: 250px;
    height: 50px;
}
#button1 {
    background-color: orange;
}
#button2{
    background-color: cornflowerblue;
}
#button3 {
    background-color: rgb(213, 241, 172);
}
#img1 {
    display: none;
    width: 50%;
}
#tekst {
    font-size: 1.2em;;
}