 body {
     background-color: #121212;
     color: #fff;
     text-align: center;
     overflow: hidden !important;
 }

 .about-container {
     display: flex;
     flex-direction: row;
     justify-content: center;
     align-items: center;
     height: 90%;
     text-align: center;
     max-width: 100vw;
     margin: 50px auto;
     padding: 20px;
     border-radius: 10px;
 }

 .profile-image img {
     width: 25rem;
     height: auto;
     border-radius: 15%;
     margin-right: 20px;
     border: 2px solid #fff;
     animation: left 2s cubic-bezier(0.75, 0.14, 0.11, 1.04);
     box-shadow: 5px 5px 5px 3px darkgray;
 }

 .profile-image {
     margin-right: 20px;
 }

 .image-grid {
     display: flex;
     flex-wrap: wrap;
     gap: 10px;
     justify-content: center;
     align-items: center;
     margin-top: 20px;
 }

 .image-grid .image-container {
     width: 100px;
     height: 100px;
     overflow: hidden;
     border: 2px solid #47daff;
     border-radius: 10px;
     box-shadow: -5px 2px 10px #47daff;
 }

 .image-grid .image-container img {
     width: 30%;
     height: 30%;
     object-fit: cover;
 }

 .about-text {
     text-align: left;
     max-width: 450px;
     margin-right: 20px;
 }

 .about-text h2 {
     font-size: 24px;
     margin-bottom: 10px;
     padding-bottom: 5px;
     display: inline-block;
     position: relative;
     left: 35%;
 }

 .about-text h2::before,
 .about-text h2::after {
     content: '';
     position: absolute;
     top: 50%;
     width: 50px;
     height: 2px;
     background-color: #fff;
 }

 .about-text h2::before {
     left: -60px;
 }

 .about-text h2::after {
     right: -60px;
 }

 .about-text p {
     line-height: 1.6;
     font-size: 20px;
 }

 .overmij-header {
     display: flex;
     width: 85%;
     height: 25%;
     flex-direction: row;
     align-items: center;
     align-content: center;
     justify-content: space-between;
     word-break: break-all;
 }

 .overmij-header .line {
     width: 75%;
     height: 0;
     border: 1px solid #fff;
     display: inline-block;
 }

 .overmij-header h1 {
     margin-left: 10vw;
 }

 .overmij-container {
     width: 70vw;
     height: 70vh;
     border-style: solid;
     border-color: white;
     border-radius: 5px;
     border-width: 2px;
     margin: 0 auto;
 }

 .overmij-container p {
     font-size: 48px;
     display: flex;
     font-weight: bold;
     justify-content: center;
     margin-top: 30px;
 }

 .overmij-container img:hover {
     transform: scale(1.1);
 }

 .image-container {
     right: 20%;
     top: calc(50% - 250px);
     animation: left 1s cubic-bezier(0.75, 0.14, 0.11, 1.04);
     width: 350px;
     height: 500px;
     overflow: hidden;
     border: 2px solid #47daff;
     border-radius: 40px;
 }

 .image-container img {
     width: 100%;
     height: 100%;
     object-fit: cover;

 }

 .image-gallery {
     display: grid;
     align-content: space-evenly;
     grid-template-columns: repeat(2, 1fr);
     gap: 15px;
     flex: 2;
 }

 .image-box {
     background: #fff;
     border-radius: 20px;
     text-align: center;
     padding: 10px;
     border-style: outset;
     box-shadow: 5px 5px 5px 3px darkgray;
     margin: 5px;
     width: 14rem;
     height: 14rem;
 }

 .top1{
     animation: top 2s cubic-bezier(0.75, 0.14, 0.11, 1.04);
 }
 .top2{
     animation: top 2.5s cubic-bezier(0.75, 0.14, 0.11, 1.04);
 }
 .top3{
     animation: top 3s cubic-bezier(0.75, 0.14, 0.11, 1.04);
 }
 .top4{
     animation: top 3.5s cubic-bezier(0.75, 0.14, 0.11, 1.04);
 }
 .split-container {
     display: flex;
     width: 140px;
     height: 140px;
 }

 .split-container img {
     position: absolute;
 }

 .image-box .left {
     height: 12rem;
     width: 12rem;
 }

 .image-box .right {
     height: 12rem;
     width: 12rem;
 }

 @media only screen and (max-width: 600px) {
     .about-text {
         margin: 0;
         margin-bottom: 20px;
         text-align: center;
         font-size: 40px;
     }

     .about-text p{
        line-height: 1.4;
         font-size: 16px;
     }

     .image-box {
         box-shadow: 2px 2px 2px 3px darkgray;
         width: 5rem;
         height: 5rem;
     }

     .image-box .right {
         height: 3.5rem;
         width: 3.5rem;
     }

     .image-box .left {
         height: 3.5rem;
         width: 3.5rem;
     }

     .split-container {
         height: 5rem;
         width: 5rem;
     }

     .profile-image img {
         width: 9rem;
         height: auto;
         margin: 0;
         /*margin-bottom: 1rem;*/
         box-shadow: 3px 3px 3px 1px darkgray;
     }

     .profile-image {
         margin: 0;
     }

     .image-gallery {
         display: flex;
         flex-direction: row;
         gap: 0;
     }

     .about-container {
         flex-direction: column;
         height: 80%;
     }

     .about-text h2 {
         left: 0;
     }
 }

 @media only screen and (min-width: 601px) and (max-width: 1000px) {
     body{
         overflow-x: hidden;
     }
     .image-container img {
         width: 250px;
         height: 350px;
     }

     .image-container {
         width: 250px;
         height: 350px;
     }

     .profile-image img {
         width: 230px;
         height: 320px;
         border-radius: 15px;
     }

     .about-text p {
         font-size: 12px;
     }

     .image-box .right {
         height: 6rem;
         width: 6rem;
     }

     .image-box .left {
         height: 6rem;
         width: 6rem;
     }

     .split-container {
         width: 60px;
         height: 60px;
     }

     .image-gallery {
         gap: 0px;
         display: flex;
     }


     .image-box {
         box-shadow: 2px 2px 2px 3px darkgray;
         width: 8rem;
         height: 8rem;
     }

     body::after {
         height: 2rem;
         width: 2rem;
     }

     body::before {
         height: 2rem;
         width: 2rem;
         left: 95vw;
     }

     .about-container {
         flex-wrap: wrap;
     }

 }