        * {
            scroll-behavior: smooth;
        }
        body {
            margin: 0;
            padding: 0;
            line-height: 1.6;
            font-family: Inria Serif;
            text-align: center;
            cursor: url('path/to/ster.svg'), auto;

        }
        #container-aboutme {
          height: 500px;
          width: 600px;
          background-color: #ded8d8;
          border: 6px solid #D4AF37;
          border-radius: 10%;
          max-width: 600px;
          
      }
    
        p {
          color: black;
          font-family: Arial, sans-serif;
      }

        header {
            background: #203A58;
            color: #fff;
            padding: 1rem 0;
            text-align: center;
        }
        

        header h1 {
            margin: 0;
        }

        nav ul {
            list-style: none;
            padding: 0;
        }

        nav ul li {
            display: inline;
            margin: 0 10px;
        }

        nav ul li a {
            color: #D4AF37;
            text-decoration: none;
            font-size: 40px;
        }

        section {
            padding: 2rem;
            border-bottom: 0;
           
        }

        footer {
          background: #203A58;
          color: #fff;
          text-align: center;
          padding: 1rem 0;
      }
      footer p {
        color: white;
    }

    /* Make images responsive */
img {
  max-width: 100%;
  height: auto;
}
        

        #about {
            background-color: #203A58; /* soft-white-1-hex */
            display: flex;
    flex-direction: column;
    align-items: center; /* Centreert horizontaal */
    justify-content: center; /* Centreert verticaal als de sectie een hoogte heeft */
    text-align: center; /* Zorgt ervoor dat de tekst gecentreerd is */
            
        }

        #projects {
            background-color: #203A58; /* soft-white-2-hex */
        }

        #skil {
            background-color: #203A58; /* soft-white-3-hex */
        }

        #contact {
            background-color: #203A58; /* soft-white-3-hex */
           
        }
        

        .project {
            margin-bottom: 1rem;
        }

       
        .title {
            color: #D4AF37;
            text-align: center;
        }
        #gold {
            color: #D4AF37;
        }
        #myskills {
            color: #D4AF37;
        }

        html, body {
            margin: 0;
            padding: 0;
            min-height: 100vh; /* Zorgt voor volledige schermhoogte */
            border: 5px solid #D4AF37; /* Border aan alle kanten */
            box-sizing: border-box; /* Zorgt dat de border deel uitmaakt van de totale grootte */
        }
        
        
        .icons {
          top: 10px;
          width: 30px;
          height: 30px;
          margin-left: 10px;
          padding: 2px;
      }
        

        .icon {
            width: 25px;
            height: 25px;
            margin-left: 2px;
   
        }

        /* Base styles for the lines */
        .text-line1,
        .text-line2 {
        margin: 20px 0;
        }

        /* Animation for text */
        .text-line1 span,
        .text-line2 span {
        opacity: 0;
        animation: fadeIn 0.1s ease forwards;
        }

        /* First line animation */
        .text-line1 span {
        animation-delay: calc(var(--index) * 0.1s);
        }

        /* Second line animation - starts after first line completes */
        .text-line2 span {
        animation-delay: calc((var(--index) * 0.05s) + 1s); /* Changed from 0.1s to 0.05s */
        }

        /* Underline effect for first line */
        .text-line2 {
        position: relative;
        }

        .text-line2::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 0;
        height: 2px;
        background-color: #D4AF37;
        animation: growLine 1s ease forwards;
        animation-delay: 3.8s;
        }

/* Text fade in animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Line growing animation */
@keyframes growLine {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.mouse-glow {
    position: fixed;
    width: 100px; /* Grootte van de gloed */
    height: 100px;
    border-radius: 50%;
    pointer-events: none; /* Zorgt ervoor dat het geen interacties blokkeert */
    transform: translate(-40%, -40%);
    mix-blend-mode: screen; /* Zorgt voor een mooi lichteffect */
    transition: transform 0.05s linear; /* Smooth effect */
    background: radial-gradient(circle, rgba(255, 255, 0, 0.8) 0%, rgba(255, 255, 0, 0) 70%);
    filter: blur(20px);
}


.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 19rem;
    overflow: hidden;
    height: 9rem;
    background-size: 300% 300%;
    cursor: pointer;
    backdrop-filter: blur(1rem);
    border-radius: 3rem;
    transition: 0.5s;
    animation: gradient_301 5s ease infinite;
    border: double 4px transparent;
    background-image: linear-gradient(#212121, #212121),
      linear-gradient(
        137.48deg,
        #D4AF37 10%,
        #d2c390 45%,
        #203A58 67%,
        #D4AF37 87%
      );
    background-origin: border-box;
    background-clip: content-box, border-box;
    margin: 10px;
    
  }
  
  #container-stars {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: 0.5s;
    backdrop-filter: blur(1rem);
    border-radius: 3rem;
  }
  
  strong {
    z-index: 2;
    font-family: "Avalors Personal Use";
    font-size: 12px;
    letter-spacing: 5px;
    color: #ffffff;
    text-shadow: 0 0 4px white;
  }
  
  #glow {
    position: absolute;
    display: flex;
    width: 12rem;
  }
  
  .circle {
    width: 100%;
    height: 30px;
    filter: blur(2rem);
    animation: pulse_3011 4s infinite;
    z-index: -1;
  }
  
  .circle:nth-of-type(1) {
    background: #203A58;
  }
  
  .circle:nth-of-type(2) {
    background: #203A58;
  }
  
  .btn:hover #container-stars {
    z-index: 1;
    background-color: #212121;
  }
  
  .btn:hover {
    transform: scale(1.1);
  }
  
  .btn:active {
    border: double 4px #ffffff;
    background-origin: border-box;
    background-clip: content-box, border-box;
    animation: none;
  }
  
  .btn:active .circle {
    background: #ffffff;
  }
  
  #stars {
    position: relative;
    background: transparent;
    width: 200rem;
    height: 200rem;
  }
  
  #stars::after {
    content: "";
    position: absolute;
    top: -10rem;
    left: -100rem;
    width: 100%;
    height: 100%;
    animation: animStarRotate 120s linear infinite;
  }
  
  #stars::after {
    background-image: radial-gradient(#ffffff 1px, transparent 1%);
    background-size: 50px 50px;
  }
  
  #stars::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 170%;
    height: 500%;
    animation: animStar 60s linear infinite;
  }
  
  #stars::before {
    background-image: radial-gradient(#ffffff 1px, transparent 1%);
    background-size: 50px 50px;
    opacity: 0.5;
  }

  #center {
    display: flex;
    justify-content: center; /* Centreert de knoppen horizontaal */
    align-items: center; /* Centreert ze verticaal (voor de zekerheid) */
    gap: 20px; /* Ruimte tussen de knoppen */
    flex-wrap: wrap; /* Zorgt ervoor dat ze op kleine schermen netjes breken */
}
  
  @keyframes animStar {
    from {
      transform: translateY(0);
    }
  
    to {
      transform: translateY(-135rem);
    }
  }
  
  @keyframes animStarRotate {
    from {
      transform: rotate(360deg);
    }
  
    to {
      transform: rotate(0);
    }
  }
  
  @keyframes gradient_301 {
    0% {
      background-position: 0% 50%;
    }
  
    50% {
      background-position: 100% 50%;
    }
  
    100% {
      background-position: 0% 50%;
    }
  }
  
  @keyframes pulse_3011 {
    0% {
      transform: scale(0.75);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }
  
    70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
  
    100% {
      transform: scale(0.75);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
  }


.golden-button {
  width: 17%; /* Halve breedte van de parent */
  margin: 10px;
  touch-action: manipulation;
  display: inline-block;
  transform: skew(8deg); 
  outline: none;
  font-family: inherit;
  font-size: 1em;
  box-sizing: border-box;
  border: none;
  border-radius: 0.3em;
  height: 8em;
  line-height: 8em;
  text-transform: uppercase;
  padding: 0 1em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(110, 80, 20, 0.4),
    inset 0 -2px 5px 1px rgba(139, 66, 8, 1),
    inset 0 -1px 1px 3px rgba(250, 227, 133, 1);
  background-image: linear-gradient(
    160deg,
    #a54e07,
    #b47e11,
    #fef1a2,
    #bc881b,
    #a54e07
  );
  border: 1px solid #a55d07;
  color: rgb(120, 50, 5);
  text-shadow: 0 2px 2px rgba(250, 227, 133, 1);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-size: 100% 100%;
  background-position: center;
  
}
.icons {
  width: 35px; /* Adjust icon size */
  height: auto;
  margin-bottom: -10px;
  
}

.golden-button:focus,
.golden-button:hover {
  background-size: 150% 150%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23),
    inset 0 -2px 5px 1px #b17d10, inset 0 -1px 1px 3px rgba(250, 227, 133, 1);
  border: 1px solid rgba(165, 93, 7, 0.6);
  color: rgba(120, 50, 5, 0.8);
}

.golden-button:active {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(110, 80, 20, 0.4),
    inset 0 -2px 5px 1px #b17d10, inset 0 -1px 1px 3px rgba(250, 227, 133, 1);
}

/* CV BUTTON */ 
.anchor {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  font-family: sans-serif;
  font-weight: 600;
  border-radius: 50px;
  border: 2px solid #D4AF37;
  padding: 14px 40px 13px;
  overflow: hidden;
  position: relative;
}

.anchor:hover {
  color: #fff;
}

.cv a::before {
  position: absolute;
  content: "";
  z-index: 0;
  background-color: #D4AF37;
  left: -5px;
  right: -5px;
  bottom: -5px;
  height: 111%;
  transition: all .3s ease;
}

.cv a:hover::before {
  height: 11%;
}

.cv span {
  position: relative;
  z-index: 2;
  transition: all .3s ease;
}



/* Add these media queries at the end of your existing CSS */

/* General responsive styles */
@media screen and (max-width: 768px) {
  /* Navigation */
  nav ul li {
      display: block;
      margin: 10px 0;
  }
  
  nav ul li a {
      font-size: 24px;
  }
  
  /* Header content */
  header svg {
      width: 150px;
      height: 150px;
  }
  
  .text-line1, .text-line2 {
      font-size: 1.5rem;
  }
  
  /* About section */
  #container-aboutme {
      width: 90%;
      max-width: 100%;
      height: auto;
      padding: 15px;
      box-sizing: border-box;
  }
  
  /* Skills section */
  .golden-button {
      width: 45%;
      height: 6em;
      line-height: 6em;
      font-size: 0.9em;
  }
  
  /* Projects */
  #center {
      flex-direction: column;
      align-items: center;
  }
  
  .btn {
      width: 90%;
      margin: 10px auto;
  }
  
  /* Contact section */
  #contact img {
      width: 40px;
      height: 40px;
      margin: 0 10px;
  }
  
  /* CV button */
  .anchor {
      padding: 10px 30px;
  }
}

/* Very small screens */
@media screen and (max-width: 480px) {
  /* Header */
  header svg {
      width: 100px;
      height: 100px;
  }
  
  .text-line1, .text-line2 {
      font-size: 1.2rem;
  }
  
  /* Skills section */
  .golden-button {
      width: 80%;
      margin: 8px auto;
  }
  
  /* Reduce padding for all sections */
  section {
      padding: 1rem;
  }
  
  /* Mouse glow effect */
  .mouse-glow {
      width: 70px;
      height: 70px;
  }
  html, body {
    border-width: 3px;
}
}

/* Fixes for the mouse glow effect on touch devices */
@media (hover: none) {
  .mouse-glow {
      display: none;
  }
}

/* Make the container for about me section responsive */
#container-aboutme {
  height: auto; /* Change from fixed 500px height to auto */
  width: 90%; /* Make width responsive */
  max-width: 450px; /* Reduce maximum width from 600px */
  padding: 20px;
  box-sizing: border-box;
  margin: 20px auto;
}
#container-aboutme p {
  font-size: 12px;
  line-height: 1.4;
  margin: 8px 0;
}



/* Fix for the skills buttons */
@media screen and (max-width: 992px) {
  .golden-button {
      width: 30%; 
  }
  
  .icons {
    width: 18px;
    position: relative;
    top: -3px; /* Pas dit aan om de hoogte te fine-tunen */
    margin-left: 0px; /* Voor minder ruimte tussen de icons */
    padding: 0;
}


}


/* Add these styles for the mobile navigation */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: #D4AF37;
  font-size: 2rem;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .mobile-nav {
      display: none;
      width: 100%;
      position: absolute;
      top: 80px;
      left: 0;
      background: #203A58;
      z-index: 99;
      padding: 20px 0;
      box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  }
  
  .mobile-nav.active {
      display: block;
  }
  
  .mobile-nav ul {
      flex-direction: column;
  }
  
  .mobile-nav ul li {
      margin: 15px 0;
  }
}
