body {
  margin: 0;
  padding: 0;
  position: relative;
  background-color: rgb(215, 255, 182);
}

header {
  position: sticky;
  top: 0;
  background-color: lightcoral;
}

.navbarv2{
  width: 80%;
  margin: 0 auto;
}

.navbarv2 ul{
  margin: 0;
  display: flex;
  justify-content: center;
  
}
.navbarv2 li{
  background-color: lightblue;
  border: 1px solid black;
  border-radius: 15px;
  list-style-type: none;
}
a:link{
  text-decoration: none;
}

main{
  
}
footer{
  /* bottom: 0;
  left: 0;
  right: 0; */
  background-color: black;
  height: 200px;
}

.topnav {
  background-color: #333;
  overflow: hidden;
  /* position: sticky;
  top: 0; */
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.game {
  background-color: #85e085;
  margin: auto;
  align-content: space-evenly;
  border: 3px solid#04AA6D;
  width: 805px;
  height: 805px;
  /* display: none; */
}

.speelveld-boxes {
  z-index: 1;
  padding: 18px;
  margin: auto;
  display: grid;
  position: absolute;
  display: grid;
  gap: 10px;
  grid: auto/ repeat(7, auto);
}

.speelveld-box {
  background-color: #d6f5d6;
  height: 99px;
  width: 99px;
  border: 1px solid black;
  text-align: center;
  /* background-color: #36f5f5; */
}

button {
  cursor: pointer;
}

.buttons-all {
  margin-top: 7px;
  position: absolute;
  z-index: 3;
}

.row-buttons-horizontaal {
  padding-left: 19px;
  display: flex;
}

.row-buttons-verticaal {
  padding-left: 7px;
  display: flex;
}

.row-buttons-verticaal button{
  background-color: #a6a6a6;
  height: 99px;
  border: none;
  margin-right: 99px;
}


.row-buttons-horizontaal button{
  background-color: #a6a6a6;
  width: 99px;
  height: 12px;
  border: none;
  margin-right: 12px;
}

:root {
  --clr-blue: white;
}

.spelerDisplay {
  display: none;
  margin: auto;
  width: 100px;
  height: 60px;
  border: solid;
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  border-radius: 25%;
}