body {
  background-color: white;
  }

header {
  display: flex;
  background-color: #3060bf;
  color: white;
  justify-content: flex-start;
  }

.logo img{
  width: 16%;
  height: auto;
}

.huisjeicoon {
  height: auto;
  width: 10%;
  }

.titel {

}

nav {
  background-color: #7092d4;
}

.navigatiebalk {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}


main {
  height: 100%; 
  display: flex;
}

.laastsgeoefend {
  display: flex;
  border-style: solid;
  width: 50%;
  flex-direction: column;
}
.titellaatst {
  width: 100%;
}

.binnendoos {
  display: flex;
  flex-direction: row;
  height: 100%;
}

.laatst1 {
  background-color: green;
  width: 33%;
  height: 100%;
}

.laatst2{
  background-color: blue;
  width: 33%;
  height: 100%;
}

.laatst3{
  background-color: green;
  width: 34%;
  height: 100%;
}


.rekenspellen {
  border-style: solid;
  width: 50%;
}







