
    body{
      overflow-x: hidden;
    }

    nav{
      background-color: #dac5e3;
      width: 100%;
      position: sticky;
      top: 0;
      overflow: hidden;
    }
    
    nav li {
        float: right;
        margin-top: 2.5%;
    }

    nav ul{
        list-style: none;
        padding-right: 3%;
    }
    
    nav a{
        text-decoration: none;
        font-size:25px ;
        color:#ffffff;
        padding: 20px;
        transition: 0.5s;
        font-family: "Lexend", serif;
        font-optical-sizing: auto;
        font-weight:bold;
        font-style: normal;
        }
      
      a:hover {
        color: #a176b4;
      }

      .active {
        color: #a176b4;
    }

      nav img{
        width: 7%;
        float: left;
        padding: 1%;
      }

      #hoofd{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 50% 1fr;
        gap: 20px;
      }

      #kleuradvies{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 20% 1fr;
        gap: 20px;
      }

    header{
      grid-area: 1/1/2/3;
    }

    header img{
      width: 100%;
    }

    header h1{
      background-color: #a176b4;
      font-size: 80px;
      text-align: center;
      color: #ffffff;
    }

    main{
      grid-area: 2/1/3/2;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      gap: 20px;
      margin: 4%;
    }

    main section{
      grid-area: 1/1/2/3;
      line-height: 1;
    }

    main section h1{
      font-size: xx-large;
    }

    main section p{
      padding-top: 3%;
      font-size:large;
    }

    main :nth-child(2){
      grid-area: 2/1/3/2;
    }

    main article{
      background-color: #f7d9ad;
      border: 5px solid #f7d9ad;
      border-radius: 20px;
      padding:3%;
    }

    article h3{
      font-size: larger;
      text-align: center;
    }

    article p{
      font-size: small;
      line-height: 1.5;
      padding-top: 3%;
    }

    main :nth-child(3){
      grid-area: 2/2/3/3;
      line-height: 1;
    }

    h1{
      line-height: 1.5;
      font-family: "Lilita One", serif;
      font-weight: 400;
      font-style: normal;
    }

    h2{
      line-height: 1.5;
      font-family: "Lilita One", serif;
      font-weight: 400;
      font-style: normal;
      font-size: xx-large;
    }

    h3{
      font-family: "Lilita One", serif;
      font-weight: 400;
      font-style: normal;
    }

    h4{
      line-height: 1.5;
      font-family: "Lexend", serif;
        font-optical-sizing: auto;
        font-weight:bold;
        font-style: normal;
    }

    p {
      font-family: "Lexend", serif;
        font-optical-sizing: auto;
        font-weight:normal;
        font-style: normal;
    }

    figure{
      grid-area: 2/2/3/3;
    }

    figure img{
      width: 90%;
      margin: 2%;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      border-radius: 20px;
    }

    .kleur.kleur1 {
      background-color: #b5a999;
  }
  
  .kleur.kleur2 {
      background-color: #8c9779;
  }
  
  .kleur.kleur3 {
      background-color: #d8a7a3;
  }
  
  .kleur.kleur4 {
      background-color: #2f4157;
  }
  
  .kleur.kleur5 {
      background-color: #c57b58;
  }
  
  .kleur.kleur6 {
      background-color: #5b708b;
  }
  
  .kleur.kleur7 {
      background-color: #d8a23e;
  }
  
  .kleur.kleur8 {
      background-color: #d2cfc8;
  }
  
  .kleur.kleur9 {
      background-color: #6a1f1a;
  }
  
  .kleur.kleur10 {
      background-color: #7b6184;
  }

  #adviezen {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 10px;
    text-align: center;
    align-items: center;
    grid-area: 2/1/3/3;
}

#kleurTitel {
    text-align: left;
    grid-area: 1/1/2/2;
}

#kleurBeschrijving {
    text-align: left;
    grid-area: 2/1/3/2;
}

#adviezen img {
    width: 75%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    grid-area: 3/2/4/3;
    margin-left: 50px;
}

.buttons {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    grid-area: 3/1/4/2;
    padding-left: 50px;
}

.kleur {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: none;
    transition: transform 0.2s;
}

.kleur:hover {
    transform: scale(1.1);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

.kleur:last-child {
    background: #ffffff;
    border: 1px solid #cccccc;
    font-size: 14px;
    color: #333333;
    width: auto;
    height: auto;
    padding: 5px 10px;
    border-radius: 5px;
}

#Berekening{
  background-color: #f7d9ad;
  border: 5px solid #f9cf91;
      border-radius: 20px;
      margin: 50px;
      padding: 20px;
}

#verfpotten img{
  margin-top: 90px;
  width: 90%;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      border-radius: 20px;
}

input, button {
  font-family: 'Lexend', sans-serif;
  font-size: 16px;
  border-radius: 5px; 
  border: 2px solid #dac5e3;
  padding: 10px 15px; 
  transition:  0.3s,  0.3s;
}

button {
  background-color: #4a90e2; 
  color: white; 
  cursor: pointer; 
  margin-top: 10px; 
}

button:hover {
  background-color: #357ab8; 
  border-color: #2b669a; 
}

#verf{
  grid-area: 3/2/4/3;
}

#Berekening img{
  width: 50%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-left: 50px;
    grid-area: 1/2/2/3;
}

  footer {
      background-color: #dac5e3;
      color: #ffffff;
      padding: 20px;
      text-align: center;
      overflow: hidden;
      width:100%;
      position: relative;
      width: 100%;
  }

  footer ul{
      list-style: none;
      font-family: "Lexend", serif;
        font-optical-sizing: auto;
        font-weight:normal;
        font-style: normal;
  }