  html {
        font-size: 62.5%;
      }
      
  /*width*/
      ::-webkit-scrollbar {
        width: 14px;
      }

      /*track*/
      ::-webkit-scrollbar-track {
        background: url("https://assets.website-files.com/5e83fdebae1ad8747ffce684/5e864de332df030389abf5bd_pattern-grey.svg");
        background-size: 6px;
        border-left: 4px solid #000000;
      }

      /*thumb*/
      ::-webkit-scrollbar-thumb {
        background: #c4c4c4;
        border: 4px solid #000000;
        border-right: none;
      }

      /*thumb hover*/
      ::-webkit-scrollbar-thumb:hover {
        background: #ffffff;
      }

      /*thumb pressed*/
      ::-webkit-scrollbar-thumb:active {
        background: #ffffff;
      }

 html {
          font-size: 62.5%;
        }

        html,
        body,
        .site-container {
          cursor: url("https://cdn.prod.website-files.com/5e87e737ee7085b9ba02c101/5e8a415aacdbb524713eb277_cursor.png"),
            auto;
          cursor: -webkit-image-set(url("https://cdn.prod.website-files.com/5e87e737ee7085b9ba02c101/5e8a415aacdbb524713eb277_cursor.png") 1x,
              url("https://cdn.prod.website-files.com/5e87e737ee7085b9ba02c101/5e8a415acce5fbb114b18c35_cursor%402x.png") 2x),
            auto;
        }

        a,
        .dropdown-toggle,
        .button {
          cursor: url("https://cdn.prod.website-files.com/5e87e737ee7085b9ba02c101/5e8a4a6206f67059bcd497ce_cursor-pointer.png"),
            auto;
          cursor: -webkit-image-set(url("https://cdn.prod.website-files.com/5e87e737ee7085b9ba02c101/5e8a4a6206f67059bcd497ce_cursor-pointer.png") 1x,
              url("https://cdn.prod.website-files.com/5e87e737ee7085b9ba02c101/5e8a4a62ab1cf8419ea62647_cursor-pointer%402x.png") 2x),
            auto;
        }

        .header {
          width: calc(100% - 16px);
        }

        .site-container {
          height: calc(100vh - 68px);
          overflow-x: hidden;
          overflow-y: scroll;
          margin-top: -4px;
          margin-bottom: -4px;
        }

        @media screen and (min-width: 768px) {
          .header {
            width: calc(100% - 24px);
          }
        }

        @media screen and (min-width: 991px) {
          .header {
            width: calc(100% - 40px);
          }

          .site-container::-webkit-scrollbar {
            width: 24px;
          }
        }





















 @media (min-width: 992px) {
        html.w-mod-js:not(.w-mod-ix)
          [data-w-id="33bd0df0-f893-c11d-6f02-decffed53f6b"] {
          opacity: 0;
        }
      }




      #About {
  width: 100%;
  max-width: 1100px;
  min-height: auto;
  margin: 60px auto;
  padding: 40px 20px;
}

.aboutme {
  display: grid;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: center;
}
.aboutme p1 {
  font-family: "Google Sans Code", monospace;
  color: #757575;
  font-size: 20px;
  display: flex;
  justify-content: center;
}
.aboutme p2 {
  font-family: "Google Sans Code", monospace;
  color: black;
  font-size: 60px;
  display: flex;
  justify-content: center;
}

.parent-content {
  width: 100%;
  max-width: 1100px;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 20px auto 0;
}

.about-content {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-content p {
  text-align: start;
  width: 100%;
  max-width: 700px;
  font-family: "Google Sans Code", monospace;
  color: rgb(97, 88, 32);
  font-size: 20px;
  margin-top: 10px;
  border-left: 2px solid #464545;
  border-right: 2px solid #464545;
  border-radius: 20px;
  padding: 15px 5px 15px 25px;
}

.about-box {
  width: 90vw;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 30px;

  .box {
    width: 500px;
    height: 200px;
    border: 2px solid black;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .box h3 {
    font-family: "Google Sans Code", monospace;
    color: rgb(56, 51, 51);
    font-size: 30px;
    margin-bottom: 10px;
  }
  .box p {
    font-family: "Google Sans Code", monospace;
    color: #757575;
    font-size: 20px;
    margin-bottom: 5px;
    text-align: center;
    border: none;
  }
}

#Experience {
  width: 100%;
  max-width: 1100px;
  min-height: auto;
  margin: 60px auto;
  padding: 40px 20px;
}

.parent-content {
  width: 90vw;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}

.experience-content {
  width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.experience-content p {
  text-align: justify;
  width: 100%;
  max-width: 75vw;
  font-family: "Google Sans Code", monospace;
  color: rgb(56, 51, 51);
  font-size: 20px;
  margin-top: 10px;
}

.experience-box {
  width: 90vw;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 30px;

  .box {
    width: 700px;
    height: 400px;
    border: 2px solid black;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .box h3 {
    font-family: "Google Sans Code", monospace;
    color: rgb(56, 51, 51);
    font-size: 30px;
    margin-bottom: 10px;
  }
  .box p {
    font-family: "Google Sans Code", monospace;
    color: #757575;
    font-size: 20px;
    margin-bottom: 5px;
    text-align: center;
  }
}