
@media screen and (max-width: 1400px) {
    #Profile{
        height: 83vh;
        margin-bottom: 6rem;

    }
    .aboutContainers{
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1200px) {
    #desktopNav{
        display: none;
    }
    #hamburgerNav{
        display: flex;
    }


@media screen and (max-width: 600px) {
  #footer{
    height: 40vh;
  }
  footer nav{
    height: fit-content;
    margin-bottom: 2rem;
  }
  .logo{
    font-size: 1.5rem;
  }

  .navLinks{
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }
}
}
