   /* Note: Color Platte


    #F9F8F6
    #EFE9E3
    #D9CFC7
    #C9B59C
    #613703
    */




    .navbarSection {
      background-color: #EFE9E3;
      height: 60px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      gap: 5%;
      padding: 0% 10%;
      border-bottom: 1px solid #613703;
    }



    .linkContainer {
      display: flex;
      flex-direction: row;
      /* background-color: red; */
      width: 50%;
      gap: 15%;
    }

    .navLink {
      color: #613703;
      font-size: 18px;
      text-decoration: none;
      padding: 5px;
      font-family: "Sniglet", system-ui;
    }


    .navLink:hover {
      background-color: #C9B59C;
      border-radius: 7px;
    }


    .navTitle {
      font-family: "Anta", sans-serif;
      text-align: left;
    }



    .bannerSection {
      display: flex;
      flex-direction: row;
      background-color: #F9F8F6;
      justify-content: center;
      gap: 5%;
      padding: 5%;
      font-family: "Chewy", system-ui;
      color: #4b2c05;
    }



    .bannerImg {
      width: 50%;
    }


    .bannerTitle {
      font-size: 60px;
    }

    .bannerDesc {
      font-size: 30px;
    }


    .project {
      border: 2px solid #C9B59C;
      border-radius: 10px;
      width: 45%;
      margin-bottom: 20px;
      padding: 20px;
    }



    .project h1 {
      
      font-size: 25px;
      color: #613703;
      font-family: "Chewy", system-ui;

    }


    .project p {
      
      font-size: 18px;
      color: #613703;
      font-family: "Chewy", system-ui;

    }


    .project a {
      
      font-weight: bold;
      color: black;
      text-decoration: none;

    }

    .projectContainer {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 2%;
    }



    .projectSection {
      background-color: #EFE9E3;
      padding: 15px;
    }


    .projectHeading {
      text-align: center;
      font-family: "Chewy", system-ui;
      color: #613703;
    }


    .techLogo {
      width: 125px;
    }


    .stackContainer {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 10%;
    }


    .techName {
      display: flex;
      align-items: center;
      flex-direction: row;
      justify-content: center;
      color: #613703;
      font-size: 18px;
      text-decoration: none;
      font-family: "Freckle Face", system-ui;
    }

      .techName {
      background-color: #C9B59C;
      border-radius: 7px;
      padding: 2px;
    }

    .techStack {
      display: flex;
      justify-content: center;
      margin: 50px;
      font-family: "Chewy", system-ui;
      color: #613703;

    }



    .stackSection {
      background-color: #D9CFC7;
      padding: 30px;
    }


    .aboutSection {
      background-color: #F9F8F6;
      padding: 40px 20px;
      text-align: center;
      border-top: 2px solid #C9B59C;
      border-bottom: 2px solid #C9B59C;
    }

    .aboutTitle {
      font-family: "Chewy", system-ui;
      font-size: 30px;
      color: #613703;
    }


    .aboutDesc {
      font-family: "Chewy", system-ui;
      font-size: 18px;
      color: #613703;
    }




      .InfoMeSection {
      background-color: #EFE9E3;
      padding: 40px 20px;
      text-align: center;
      padding-top: 75px;
    }

    .InfoMeTitle {
      font-family: "Chewy", system-ui;
      font-size: 30px;
      color: #613703;
    }


    .InfoMeDesc {
      border-radius: 100px;
      width: 200px;
      height: 200px;
    }


    .INFOME {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 25px;
      max-width: 1100px;
      margin: auto;
    }


    .SMMuyeenInfo,
    .ArishaInfo {
      background-color: #F9F8F6;
      border: 2px solid #C9B59C;
      border-radius: 10px;
      padding: 25px;
    }


    .SMMuyeenInfo h3,
    .ArishaInfo h3,
    .SMMuyeenInfo p,
    .ArishaInfo p {
      color: #613703;
      font-family: "Chewy", system-ui;
    }


    .SMMuyeenInfo p,
    .ArishaInfo p {
      font-size: 18px;
    }






    .contactSection {
      background-color: #F9F8F6;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 30px;
      border-top: 2px solid #C9B59C;
    }


    .contactTitle {
      font-family: "Chewy", system-ui;
      font-size: 30px;
      color: #613703;
    }


    .emailLink {
      text-decoration: none;
      font: 20px;
      color: #613703;
      font-family: "Chewy", system-ui;
      background-color: #C9B59C;
      padding: 5px 20px;
      border-radius: 5px;
    }

    .contactInfo {
      color: #613703;
      margin-top: 10px;
    }

    .footerSection {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      background-color: #C9B59C;
      padding: 20px;
    }

    .footerGithubLogo {
      width: 50px;
    }

    .footerTitle {
      font-size: 20px;
      font-family: "Chewy", system-ui;
      color: #613703;
    }


    .copyrightMessage {
      font-size: 15px;
    }


    