@font-face {
  font-family: 'JMHTypewriter';
  src: url('fonts/JMH Typewriter.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'JMHTypewriter';
  src: url('fonts/JMH Typewriter-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'JMHTypewriter';
  src: url('fonts/JMH Typewriter-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'JMHTypewriter';
  src: url('fonts/JMH Typewriter-Thin.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    font-family: sans-serif, 'JMHTypewriter', Arial;
    box-sizing: border-box;
  }
  body{
    background-color: #fffff4;
  }
  
  .header {
    background-color: #03b9f6;
    padding: 20px 0;
    width: 100%;
  }
  
  .web-icon {
    border-radius: 20%;
  }
  
  .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
  }
  
  .logo-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
  }
  
  .logo {
    width: 36px;
    height: 36px;
    border-radius: 50%;
  }
  
  .brand-name {
    margin-left: 10px;
    font-size: 1.5em;
    font-family: 'JMHTypewriter';
  }
  
  .nav {
    display: flex;
    align-items: center;
  }
  
  .nav-links {
    display: flex;
    gap: 20px;
  }
  
  .nav-link {
    font-family: 'JMHTypewriter';
    text-decoration: none;
    color: #333;
    font-size: 1em;
  }
  
  .nav-link:hover {
    color: #d5f500;
  }
  
  .nav-toggle {
    display: none;
    cursor: pointer;
    flex-direction: column;
    gap: 4px;
  }
  
  .nav-icon {
    width: 25px;
    height: 3px;
    background-color: #333;
    display: block;
  }

  .nav-links {
    display: flex;
    gap: 20px;
  }
  
  .show {
    display: flex;
    flex-direction: column;
  }
  
  .heroImage {
    max-width: 50%;
    width: auto; 
    display: block; 
    margin: 0 auto;
    height: auto;
    padding-top: 50px;
}
  
  .hero-content {
    max-width: 800px;
    margin-left: 50px;
  }
  
  .hero-title {
    font-size: 3em;
    font-family: 'JMHTypewriter';
    display: grid;
    place-items: center;
    margin: 0 auto;
  }
  
  .hero-title span {
    font-family: 'JMHTypewriter';
    display: grid;
    place-items: center;
    color: #ed9a0a;
    margin: 0 auto;
  }
  
  .social-links {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: center; 
  }
  
  .social-links li {
    display: inline-block; 
    margin: 0px 10px; 
  }
  
  .icon {
    width: 40px;
    height: 40px;
  }
  
  
  .hero-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
  }
  
  .hero-description {
    font-family:  sans-serif;
    font-size: 1.5em;
    text-align: center;
  }

  .hero-description p{
    text-align: justify;
    font-size: 2em; 
  }
  
  .hero-button {
    background-color: #03b9f6;
    padding: 15px 30px;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    display: grid;
    max-width: 150px;
    place-items: center;
    margin: 10px auto;
    font-family: 'JMHTypewriter';
  }
  
  .hero-button:hover {
    background-color: white;
    color: #03b9f6;
    border: 2px solid #03b9f6;
  }
  
  .aboutme {
    padding: 100px 0;
    background-color: #f9f9f9;
    text-align: center;
    background-color: #fffff4;
    font-family: 'JMHTypewriter';
  }
  
  .profile-picture {
    width: 150px;
    border-radius: 20%;
    margin-bottom: 20px;
  }
  
  .aboutme-info {
    max-width: 800px;
    margin: 0 auto;
    font-family: 'JMHTypewriter';
  }
  
  .aboutme-info h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
    color: black;
    font-family: 'JMHTypewriter';
  }
  
  .aboutme-info span {
    font-size: 1.5em;
    margin-bottom: 20px;
    color: #ed9a0a;;
    font-family: 'JMHTypewriter';
  }

  .aboutme-info h5{
    font-size: 1.5em;
    margin-bottom: 20px;
    color: black;
    font-family: 'JMHTypewriter';
  }
  
  .homeab-btm {
    background-color: #03b9f6;
    padding: 15px 30px;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-family: 'JMHTypewriter';
  }
  
  .homeab-btm:hover {
    background-color: white;
    color: #03b9f6;
    border: 2px solid #03b9f6;
  }
  
  footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 40px 0;
  }
  
  .footer-button {
    background-color: #03b9f6;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    color: #ffff;
    font-family: 'JMHTypewriter';
  }
  
  .footer-button:hover {
    background-color: white;
    color: #03b9f6;
  }
  
  .footer-bottom {
    margin-top: 20px;
    font-size: 0.8em;
  }
  
 /* Align the menu to the right on mobile */
@media only screen and (max-width: 600px) {
  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: white;
    top: 60px;
    right: 0;
    width: 200px;
    text-align: right;
    padding: 10px;
}

.nav-links.active {
    display: flex; 
}

.nav-toggle {
    display: flex;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.nav-icon {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 4px 0;
}
}