body,
html {
    color: white;
      font-family: "Russo One", sans-serif;
      background-color: rgb(0, 0, 0);
      background-image: url("MoneyBackground.jpg");
      /* Achtergrondafbeelding */
      filter: blur(20px);
      -webkit-filter: blur(0px);
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed;
}

.section {
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .text {
    background-color: rgb(0, 0, 0, 0.5);
    font-size: 6;
    padding: 2px;
    margin: 15px;
    z-index: 1;
    color: #13ca2b;
    font-weight: bold;
    border: 3px solid #13ca2b;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
      max-height: 800px; /* Stel de gewenste maximale hoogte in */
      overflow-y: auto; /* Voeg een verticale schuifbalk toe als de inhoud de hoogte overschrijdt */
      position: absolute;
      z-index: -0.1;
      width: 50%;
  }

  .text2 {
    background-color: rgb(0, 0, 0, 0.5);
    font-size: 6;
    padding: 2px;
    margin: 15px;
    z-index: 1;
    color: #ffffff;
    //font-weight: bold;
    border: 3px solid #13ca2b;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
      max-height: 800px; /* Stel de gewenste maximale hoogte in */
      overflow-y: auto; /* Voeg een verticale schuifbalk toe als de inhoud de hoogte overschrijdt */
      position: absolute;
      z-index: -0.1;
      width: 50%;
  }

  .text3 {
    color: white;
      //font-weight: bold;
      font-family: "Blippo", fantasy;
      font-size: 25px;
  }

.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;
  font-size: 22px;
  text-shadow: -1px 2px 1px #000000;
}

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

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

#table{
  margin-left: auto;
  margin-right: auto;
}

#rood{
  Background-color: #C30000;
}

#zwart{
  background-color: #000000;
}

#licht-groen{
  background-color: #1D9400;
}

#donker-groen{
  background-color: #197100;
}

table {
  //width: 70%;
}

th, td {
  height: 70px;
  width: 70px;
  text-align: center;
}

th{
  font-size: 20px;
  color: #FFFFFF;
}

/* 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: #131313;
    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;
  }

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  padding: 10px;
  width: 80%;
}

.grid-item {
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 20px;
  font-size: 30px;
  text-align: center;
}

.item0 {
  grid-area: 1 / 1 / span 3 / span 1;
}

.itemrij4 {
  grid-area: 1 / 1 / span 1 / span 4;
}

.itemrij5 {
  grid-area: 1 / 1 / span 1 / span 2;
}

h2{
  color: white;
  font-family: "Russo One", sans-serif;
}