body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: rgb(180, 240, 170);
    color: #333;
  }


  header {
    background: #4CAF50;
    color: white;
    padding: 1rem 0;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    transition: all 0.3s ease;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 120px;
  }

  section {
    scroll-margin-top: 160px; 
    padding: 20px;
  }

  nav a {
    color: white;
    margin: 0 15px;
    text-decoration: none;
  }
  
  h1, h2 {
    text-align: center;
  }
  
  section {
    padding: 20px;
    margin: 10px auto;
    max-width: 800px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  }
  
  .accordion h3 {
    cursor: pointer;
    background: #eaeaea;
    padding: 10px;
    margin: 0;
    border: 1px solid #ddd;
  }
  
  .accordion p {
    display: none;
    padding: 10px;
    border-top: 1px solid #ddd;
  }

  #end {
    text-align: center;
  }

  #intro {
    text-align: center;
  }

  .sticky-button {
    position: fixed;
    bottom: 20px;
    right: 20px; 
    background-color: #4CAF50; 
    color: white; 
    border: none; 
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 16px; 
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .sticky-button:hover {
    background-color: #388E3C;
    transform: scale(1.1);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3); 
  }
  
  .vraag {
    background-color: #4CAF50; 
    color: white; 
    border: none; 
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 16px; 
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 10px;
  }

  #vraagAntwoorden {
    padding: 1rem 0;
    text-align: center;
  }

  .vraag:hover {
    background-color: #388E3C;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3); 
  }

.img1 {
    height: 20px;
    width: 20px;
}