/* CSS Document */
body{
      margin: 0;
}
html {
      background-color:#FCF1E5;
}

li {
      color:#A84A5C;
      float: right;
      margin: 10px;
      list-style-type: none;
      font-size: larger;
      font-weight: bold;
}

a{    color: #A84A5C;
      text-decoration: none;
}

a:hover {
      text-decoration: underline;
}

ul{
      margin-right: 1em;
}

img{border-radius: 25px;
}

footer{background-color: #A84A5C;
       padding: 50px;
       color: white;
}

#wave{border-radius: 0px;
}

#profiel{
      background-color: #F9E3CB;
      text-align: center;
      color: #88382D;
      border-radius: 25px;
      margin: 50px 400px 50px 400px;
      padding: 20px 20px 20px 20px;
}

#keuzemenu{
      display: grid;
      grid-template-columns: auto auto;
}

.MBO{
      background-color: #F9E3CB;
      text-align: center;
      padding: 30px;
      color: #88382D;
      font-size: larger;
      font-weight: bold;
}

.HBO{
      background-color:#F9E3CB;
      text-align: center;
      padding: 30px;
      color: #88382D;
      font-size: larger;
      font-weight: bold;
}

#highlight{
      display: grid;
      grid-template-columns: auto auto auto;
      justify-content: space-around;
      margin: 50px;
}

#title{
      margin-left: 20px;
      color: #88382D;
      font-weight: bold;
}

#humans{
      padding: 50px;
      text-align: center;
}
