body {
    margin: 0;
}
.header {
    height: 55px;
    background-color: #b1b1b1;
    padding: 10px;
}
.header-text {
    color: white;
    font-size: 30px;
    margin: 12px;
    font-weight: bold;
    float: left;
    margin: 2px;
    margin-top: 10px;
}
#afbeelding-header  {
    float: right;
    height: 50px;
    margin-top: 3px;
}
#groen {
    color: green;
}
#rood {
    color: red;
}
#begin_text {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}
.keuzes {
    width: 300px;
    height: 300px;
    background-color: #b1b1b1;
    border-radius: 15px;
    font-weight: bold;
    text-align: center;
    margin-left: 120px;
    margin-top: 50px;
    float: left;
    margin-right: 70px;
    margin-bottom: 20px;

}
.afbeeldingen {
    width: 300px;
    border-radius: 15px;
    height: 170px;


}
.button-keuzes {
    border-radius: 5px;
    background-color: green;
    color: white;
    padding-bottom: 15px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 7px;
    font-size: 20px;
}
.text-keuzes {
    margin-top:10px;
    font-size: 20px;
}
.info_text {
    width: 40%;
    margin: 25px;
    font-size: 20px;
    margin-top: 70px;
}
#bestel-text {
    margin: 25px;
    font-size: 30px;
    margin-top: 70px;
    text-align: center;
    font-weight: bold;
}
#hout_oven {
    width: 300px;
    float: right;
    margin-right: 40px;
}