        * {
          margin: 0;
          padding: 0;
          box-sizing: border-box;
        }

        body {
          margin: 0;
          padding: 0;
          background-color: #152958;
          font-family: Arial, sans-serif;
        }
        .empty{
          width: 100%;
          height:30px;
        }

        .container {
          display: flex;
          flex-wrap: wrap;
          height: 100%;
          background-color: #152958;
          padding-top: 40px;
        }

        .box {
          height: auto; 
          flex: 1 0 50%; 
          background-color: #152958;
          color: #8b9cb9;
          font-family: Arial, sans-serif;
          display: flex;
          justify-content: center;
          margin: 0;
        }

        a {
          color: #8b9cb9;
          text-decoration: none;
        }

        a:hover {
          text-decoration: underline;
          color: #62e1d0;
        }

        .worked-place {
          color: white;
          font-weight: bold;
        }

        .worked-place:hover {
          color: #62e1d0;
        }

        .about-box {
          max-width: 600px;
          text-align: left;
          position: sticky;
          top: 70px;
          font-size: 16px;
          padding-top: 20px;
        }

        .wrapper {
          background-color: #152958;
          font-family: 'Montserrat', 'Roboto', 'Open Sans', 'Lato', 'Source Sans Pro', Arial, sans-serif;
          margin-top: 0;
        }

        .resume-item {
          display: flex;
          margin-bottom: 20px;
          align-items: baseline;
          
          margin-top: 0;
          font-size: 1em;
        }

        .project-list {
          display: flex;
          flex-direction: row;
          align-items: start;
          margin-bottom: 20px;
        }

        .project-item {
          display: flex;
          flex-direction: row;
          align-items: start;
          gap: 15px;
          font-size: 1em;
        }

        .project-info {
          flex: 1; 
          display: flex;
          flex-direction: column;
          padding-left:20px;
          padding-right:20px;
          padding-bottom: 20px;
        }

        .time {
          color: #ffffff;
          background-color: #152958;
          padding: 5px;
          min-width: 120px;
          font-size:12px;
        }

        .photo {
          width: 130px; 
          height: 100px; 
          margin-left: 5px;
          display: flex;
          flex-direction: start;
          justify-content: center;
          align-items: start;
        }

        .photo a {
          display: flex;
          flex-direction: row;
          align-items: start;
          width: 100%; 
          height: 100%; 
          background-size: cover; 
          background-repeat: no-repeat;
          background-position: center;
        }

        .company-info {
          background-color: #152958;
          color: #8b9cb9;
          padding: 20px;
          margin-left: 10px;
        }

        .company-name {
          color: #ffffff;
          margin-bottom: 10px;
        }

        .technologies {
          margin-top: 20px;
          display: flex;
          flex-wrap: wrap;
          margin-left: 0;
        }

        .tech-button {
          font-family: Arial, sans-serif;
          background-color: #112b3a;
          color: #5de7d3;
          padding: 5px 10px;
          margin-right: 10px;
          text-decoration: none;
          border-radius: 20px; 
          margin-bottom: 10px;
          pointer-events: none;
   cursor: default;
        }

        .company-info p {
          line-height: 1.5; 
        }

        .about-box-container {
          position: sticky;
          top: 20px; 
        }

        .social-links-container {
          position: sticky;
          top: 500px; 

          justify-content: center;*/
          width: 100%;
          max-width: 300px;
          margin: 0 auto;
        }

        .social-links {
          width: 32px;
          height: 32px;
          margin: 5px;
        }

        .social-links2 {
          width: 28px;
          height: 28px;
          margin: 5px;
        }



        @media screen and (max-width: 767px) {
          .about-box {
            padding: 10px;
          }

          .social-links-container {
            display: none;
          }

          .blue-container {
            display: flex;
            flex-direction: column;
          }
        }


        @media screen and (min-width: 768px) {
          .social-links-container {
            display: flex;
            flex-direction: row;
            justify-content: center;
          }

          .blue-container {
            display: flex;
            flex-direction: column;
            align-items: center;
          }
        }


        .vertical-stack {
          position: fixed;
          top: 50%;
          right: 20px;
          width: 20px;
          padding: 20px;
          background-color: rgba(241, 241, 241, 0.8);
          transform: translateY(-50%);
          display: flex;
          flex-direction: column;
          align-items: center;
        }


        .vertical-stack h4,
        .vertical-stack p {
          margin-bottom: 10px;
        }


        @media screen and (min-width: 770px) {
          .vertical-stack {
            display: none;
          }
        }

        #aboutContainer{
          padding-top:30px;
        }
        .about-box p {
          margin-bottom: 15px; 
        }
        .about-box > h3 {
          margin-top: 30px; 
        }

        #navbar {
          list-style-type: none;
          margin: 0;
          padding: 0;
          width: 100% !important;
          padding: 20px 40px 20px 20px; 
          position: sticky;
          top: 0px;
          z-index: 9;
        }


        .airbnb-navbar {
          background-color: #ffffff;
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 20px 40px; 
          font-family: Arial, sans-serif;
          height: 69px; 
          line-height: 1; 
        }


        .airbnb-navbar > a {
          color: #333;
          text-decoration: none;
          font-size: 18px; 
          margin-left: 30px; 
          display: flex; 
          align-items: center; 
          transition: 0.3s;
          padding: 0;
        }


        .airbnb-navbar > a:hover {
          color: #152958;
        }


        .airbnb-navbar .navbar-signup {
          background-color: #152958;
          color: #fff;
          padding: 0; 
          border-radius: 30px; 
          text-decoration: none;
          margin-left: 0px; 
          transition: 0.3s;
        }


        .airbnb-navbar .navbar-signup:hover {
          background-color: #e0494f;
        }


        .material-symbols-outlined {
          font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
          margin-right: 8px; 
        }


        @media (max-width: 710px) {
          .material-symbols-outlined {
            display: none;
          }
          .airbnb-navbar {
            height: 69px; 
            line-height: 1.5; 
          }
          .airbnb-navbar > a {
            margin-left: 10px; 
          }
        }


        #home_universe {
          height: 750px;
          background: url("../images/photo.png");
          background-size: cover;
          background-position: center;
          width: 100%;
          display:flex;
          flex-direction: column;
          text-align:center;
          justify-content: center;
        }

        .h1 {
          white-space: nowrap;
          overflow: hidden;
        }
        #text_floating{
          top:50px;
        }
        #text_floating h1,
        #text_floating h2,
        #impact_statement h1,
        #impact_statement h1 span {
          text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }
        #text_floating h1 {
          font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
          color: white;
          font-size: 60px;
          padding-bottom: 0;
          margin-bottom: 0;
          white-space: nowrap;
          overflow: hidden;
        }

        #text_floating h2 {
          font-family: fantasy, Geneva, Tahoma, sans-serif;
          color: white;
          font-size: 30px;
          white-space: nowrap;
          overflow: hidden;
        }

        #picture_floating {
          width: 150px;
          height: 150px;
          background: url("../images/me.png");
          background-size: cover;
          border-radius: 50%;
          top: 300px;
          margin: 0 auto;
        }
        #impact_statement {
          color: white;
          text-align: center;
          max-width: 450px;
          margin: 30px auto;
          left: 50%;
          top: 500px;
        }

        #impact_statement h1 {
          font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
          font-size: 25px;
          font-weight: 100;
        }

        #django {
          font-family: Verdana, Geneva, Tahoma, sans-serif;
          font-size: 40px;
          color: white;
          font-weight: 700;
        }

        #perl {
          font-family: Verdana, Geneva, Tahoma, sans-serif;
          font-size: 40px;
          color: white;
          font-weight: 700;
        }


        #sb {
          font-family: 'Courier New', Courier, monospace;
          font-size: 40px;
          color: white;
          font-weight: bold;
        }

        #m {
          font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
          font-size: 40px;
          color: white;
        }

        #next {
          position: absolute;
          left: 80%;
          top: 700px;
        }

        #aws{
          color: white;
          font-weight: bold;
        }

        #downtick {
          color: white;
          text-decoration: none;
          font-size: 40px;
        }

        @media screen and (max-width: 414px) {
          .airbnb-navbar a {
            font-size: 16px; 

          }
        }
        @media screen and (max-width: calc(100% - 500px)) {
          .box.blue {
            flex: 1 0 100%; 
            font-size: 14px; 
          }

          .company-info, .project-info {
            overflow-wrap: break-word; 
          }
        }
        @media screen and (max-width: 500px) {
          .time {
            min-width: auto; 
          }
        }

        @media screen and (max-width: 500px) {
          .resume-item {
            flex-direction: column; 
            align-items: start; 
            gap: 10px; 
          }

          .time-photo-container {
            flex-direction: row; 
            justify-content: center; 
          }


          @media screen and (max-width: 500px) {
            .resume-item {
              flex-direction: column; 
              align-items: center; 
              gap: 10px; 
              text-align: left; 
            }

            .time-photo-container {
              flex-direction: column; 
              align-items: center; 
              text-align: left; 
            }

            .photo {
              width: 100%; 
              height: auto; 
            }

            .company-info, .project-info {
              padding: 10px; 
              text-align: left; 
            }

            .company-name {
              font-size: 20px; 
            }
          }


          @media screen and (max-width: 767px) {
            .resume-item, .project-item {
              font-size: 2vw; 
            }
          }


          @media screen and (max-width: 500px) {
            .resume-item, .project-item {
              font-size: 4vw; 
            }
          }



          @media screen and (min-width: 500px) {
            .photo {
              width: calc(100% - 20px); 
              margin-left: 10px;
              margin-right: 10px;
            }

            .resume-item,
            .project-item {
              flex-direction: row;
              align-items: center;
            }
          }


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

            .project-item,
            .resume-item {
              flex-direction: column;
              align-items: start;
            }

            .photo {
              width: calc(100% - 20px);
              height: auto;
              margin-left: 10px;
              margin-right: 10px;
              margin-bottom: 10px;
            }
            .photo > a {
              min-height: 200px;
            }

            .company-info,
            .project-info {
              padding: 10px;
              text-align: left;
            }
            .time{
              width: 100%;
              text-align: center;
            }
          }
        }


