html {
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
  background: linear-gradient(0deg,rgba(29, 182, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background-repeat: no-repeat;
  background-size: 100%, 100%;
  background-attachment: fixed;
}

.topbtn {
  display: flex;
  flex-direction: space-between;
  algin-items: center;
  justify-content: center;

.navigatie {
  background-color: skyblue;
  padding: 6px;
  border: 2px solid black;
  margin: 10px;
  border-radius: 5px;
  text-decoration:none;
}
  
}
.title {
  border-radius:2px;
  font-size: 60px;
  text-align: center;
}
.center {
  background-color: white;
  scale:90%;
}
.Tafels {
  text-align: left;
  font-size: 40px;
  text-align:center;
}
.tafelrow {
  display: flex;
  flex-direction: table;
  flex-wrap: wrap;
  text-align: center;
  margin-left: 2.5%;
}
.box {
  border: 2px, solid, black;
  border-radius: 5px;
  width:16%;
  background-color: skyblue;
}