body,
html {
    color: white;
    font-family: "Russo One", sans-serif;
    background-color: #4B4B4B;
}
.section {
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
  position: absolute;
}
 #table{
  color: #000000;
  border: 3px;
  border-style: solid;
  border-radius: 20px;
  background-color: pink;
 }

td {
  width: 50px;
  height: 50px;
  border-style: solid;
  border-width: 3px;
  border-color: #000000;
  border-radius: 13px;
  padding: 2px;
  background-color: #dff7fd;    
  }

#titel{
  font-family: "Blippo", fantasy;
  transition: margin-left .5s;
  padding: 16px;
  color: #DE1B56;
  text-align: center;
  font-size: 48px;
  top: 3%;
  left: 44.5%;
}

#leeg{
  background-color: pink;
  border-color: pink;
}

#leeg2{
  background-color: #b9f02d;
  border-color: #b9f02d;
}

#leeg3{
  background-color: rgb(85, 242, 242);
  border-color: rgb(85, 242, 242);
}

img {
  width: 30px;
}

P{
  position: relative;
}
#index{
   background-color:rgba(0, 0, 0, 0);
   border: 0px;
}
#button{
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
}
#table2{
  background-color: #6b6b6b;
  color: #000000;
  border: 6px;
  border-style: double;
  border-radius: 20px;
  padding: 10px;
  text-align: center;
}

#leeg4 {
  background-color: #6b6b6b;
  border-color: #6b6b6b;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {
    padding-top: 15px;
  }

  .sidebar a {
    font-size: 18px;
  }
}

.btn {
  border: none;
  background-color: inherit;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  color: #FFFFFF;
  font-weight: bold;
}

.accountknop {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 10px;
  background-color: #909294;
  /* achtergrondkleur van de knop */
  color: #fff;
  /* tekstkleur van de knop */
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.account-sidebar {
  height: 200px;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  max-height: 50%;
  /* Beperk de hoogte tot 50% van het scherm */
}

.accountknop:hover {
  background-color: #383838;
}

.account-sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.account-sidebar a:hover {
  color: #f1f1f1;
}

.account-sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}