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 {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  algin-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 10px;
}

.navigatie {
  text-decoration:none;
  background-color: skyblue;
  padding: 6px;
  border: 2px solid black;
  margin: 10px;
  border-radius: 5px;
  color:black;
}

.title {
  font-size: 60px;
  text-align: center;
  margin: 0;
  line-height: 1;
}
.center {
  background-color: white;
  scale:90%;

}
.infotafelstitel {
  font-size: 30px;
  text-align: center;
  font-family: sans-serif;
}
.infotafels {
  text-align: center;
  text-size: 5px; 
}
.infotafelsbox {
  background-color: white;
  border: 2px solid black;
  text-decoration:none;
  color:black;
  margin-top: 20px;
  border-radius:5px;
}
  
.phptable {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  width:80%;
  margin-left:10%;
  margin-right:10%;
  background: linear-gradient(-45deg,rgba(219, 219, 219, 1) 0%, rgba(255, 255, 255, 1) 100%);
  border-radius:10px;
}
.tables {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-grow:6;
  width:14%;
  border: black, solid, 4px;
  border-radius: 10px;
  text-align:center;
  margin:1% 1%;
  background-color: skyblue;
  color:black;
  text-decoration-line:none;
}
.tables h2 {
  text-align: center;
  width: 100%;
}
.tables h3{
  text-align: center;
  width: 100%;
  margin-top:0;
}
.tables:hover {
  background-color: lightblue;
  cursor:pointer;
}
@media (max-width: 768px) {
  .title {
  font-size: 40px;             
  text-align: center;
  }
  .infotafelsbox {
  width: 90%;                  
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}
}
/*Hier onder is alle css voor de individuele tafel pagina's*/
.centerbox {
  border:5px,solid,black;
  border-radius:5px;
  margin:5% 30% 5% 30%;
  height:80%;
  background: linear-gradient(320deg,rgba(0, 145, 255, 1) 0%, rgba(93, 0, 255, 0) 100%);
}
.tabletitle {
  text-align:center;
  font-weight:400;
}


