/* program1 */
body {
  text-align: center;
  background-color: thistle;
}

h1 {
  text-align: center;
  color: white;
}

#knopje {
  width: 300px;
  height: 300px;
  margin-top: 20px;
  background-color: #33ff5fe0;
  border: 5px solid #000000;
  text-align: center;
}

span {
  font-size: 12px;
  color: white;
  background-color: #000000;
}
/* program2 */
.program2 {
  border-radius: 25px;
  background-color: #f5f4ef;
  padding: 25px 40px;
}

table {
  margin: auto;
  border-spacing: 15px;
  border: 2px solid #000000;
}

.breakfast {
  background-color: #d8bfd8;
  text-align: center;
}
.lunch {
  background-color: #00ffff;
  text-align: center;
}
.dinner {
  background-color: #ffcc66;
  text-align: center;
}
