@font-face{
    font-family: 'FiraCode';
    src: url('../font-family/Fira_Code/FiraCode-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;}
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;
    font-family: 'FiraCode';
    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.4%;
  height: 150px;
  gap: 20px;
  padding: 20px;
  margin-top: -0.6%;
}
.about-me {
    background-color: #09205A;
    width: 80%;
    margin-left: 9%;
    padding: 1%;
    box-shadow: 8px 8px 8px white;

}
@media screen and (max-width: 1000px) {
  .nav_links {
    width: 15vw;
  }
  .about-me {
    font-size: 1.5vw;
  }

}
@media screen and (max-width: 500px) {

  .nav_links {
    width: 20vw;
  }
  .about-me {
    font-size: 3vw;
    gap: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .program-photos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;

  }
}