@font-face{
    font-family: 'FiraCode';
    src: url('../font-family/Fira_Code/FiraCode-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;}

body {
  background-color: #140b44;
  font-family: 'FiraCode';
  height: auto;
}


html,
body {
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    margin: 0%;
    background-image: url('../images/background.png');
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh;
    margin: 0;
    color: white;
}


  

.nav_links a {
  color: #fff;
  text-decoration: none;
  
}
.nav_links a:hover {
  color: aqua;
}
.nav_links {
  display: flex;
  flex-direction: column;
  background-color: #09205A;
  width: 6.39%;
  height: 150px;
  gap: 20px;
  padding: 20px;
  margin-top: -0.6%;

}

.over-mij {
  background-color: #09205A;
  margin-left: 3%;
  box-shadow: 8px 8px 8px white;
  margin-right: 3%;
  padding: 5%;
  margin-bottom: 8%;
  margin-top: 100px;
}


.title {
  
  margin-left: 200px;
  margin-top: -5%;
  margin-bottom: 12%;
}
.more-about-me {
 color: #fff;
 text-decoration: none;
 font-family: 'FiraCode';

}
.more-about-me:hover {
  color: aqua;
}

@media screen and (max-width: 1000px) {
  .nav_links {
    width: 15vw;
  }

}
@media screen and (max-width: 500px) {
  .title {
    font-size: 20px;
    margin-top: -150px;
  }
  .nav_links {
    width: 20vw;
  }

}
@media screen and (max-width: 1000px) {
  .program-photos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;

  }
}