h1{
    font-family: 'Bungee', cursive;
    color: #E58C16;
  }
  
  html, body {
    overflow-x: hidden;
    max-width: 100%;
  }
  
  /* Navbar Styles */
  .navbar {
    background-color: #000000;
    font-family: 'bungee', sans-serif;
  }
  
  .navbar-brand {
    color: #ffffff !important;
    font-family: 'Kenia', sans-serif;
    transition: color 0.3s ease;
  }
  
  .navbar-brand:hover {
    color: #E58C16 !important;
  }
  
  .navbar a.nav-link {
    color: #fff !important;
    transition: color 0.3s ease;
  }
  
  .navbar a.nav-link:hover,
  .navbar a.nav-link:focus {
    color: #E58C16 !important;
  }
  
  .navbar-toggler {
    border-color: #fff;
  }
  
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  
  /* About Me Section */
  .om-mig-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
    padding: 20px;
    position: relative;
  }
  
  .text-circle {
    text-align: left;
    max-width: 400px;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #222121;
  }
  
  .mig-klatter-container {
    position: absolute;
    top: -100px;
    left: 20px;
    transform: translate(0, -50%);
    z-index: 2;
  }
  
.mig-klatter-image {
    width: 800px;
    height: auto;
  }
  
  .custom-image {
    width: 400px;
    border-radius: 10px;
  }
  
  @media (max-width: 768px) {
    .om-mig-container {
      flex-direction: column;
    }
  
    .mig-klatter-container {
      position: relative;
      top: 0;
      left: 0;
      transform: translate(0, 0);
      margin-bottom: 10px;
    }

    .mig-klatter-image {
      width: 100%;
      max-width: 500px;
    }
  
    .text-circle {
      max-width: 100%;
      text-align: center;
    }

  }
  
  /* Footer Styles */
  .custom-footer {
    font-family: 'Kenia', sans-serif;
    padding: 1rem 0;
    position: sticky;
    margin-bottom: 40px;
  }
  
  .custom-footer .footer-icon {
    vertical-align: middle;
    height: 20px;
    margin-right: 8px;
  }
  
  .custom-footer .footer-text {
    vertical-align: middle;
    font-size: 18px;
  }

  
  .custom-image {
    width: 500px;
    border-radius: 10px;
  }
  @media (max-width: 768px) {
    #om-mig .row {
      flex-direction: column;
      text-align: center;
    }
    .custom-image {
      width: 100%;
      max-width: 500px;
      margin-top: 20px;
    }
  }