
  table {  /*Tabeel opmaak lagere cellen*/
 
    background-color: rgb(170, 163, 229);
    width: 60%;
    border-collapse: collapse;
  }
  th, td {  /*text kleur tabel*/
    border: 1px solid black;
    padding: 8px;
    text-align: center;
  }
th {  /*opmaak Tabel*/
    background-color: rgb(109, 117, 197);
}

body {  /*Achtergrond pagina*/
  margin: 0;
  height: 100vh;
  background: 
    linear-gradient(#07255f8e, rgba(37, 33, 73, 0.185)),
    url("../images/bgblauwe\ streep.png") center/cover no-repeat;
  background-attachment: fixed;
  background-position: center;
  transition: background-position 0.5s ease;
  position: relative; /* Make sure the pseudo-element can be positioned correctly */
}
.spete {

  position: fixed;
  float: right;
}
.lunchdeals{
  padding-left: 50px;
}
/* Enlarge text to 32px */
p {
  font-size: 17px;
}
h2 {
  font-size: 20px;
}
.lunchdeals{
  padding-left: 50px;
}