.container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px; /* Adjust the gap between image and text */
    margin: 20px;
}
.text {
    max-width: 50%; /* Adjust the width of the text */
}
.image {
    max-width: 40%; /* Adjust the width of the image */
    border-radius: 50%; /* To make the image circular */
}
#page1{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #c3cef0;

}

#page1>#left{
    position: absolute;
    right: 5%;
    height: 90%;
    top: 50%;
    transform: translateY(-50%);
    width: 35%;
}

#left>.box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    height: 33.3%;
    width: 100%;
    border-top: 2px solid #000;
}

#left>.box>h4{
    font-size: 30px;
}

#left>.box>h1{
    font-size: 35px;
}

#left>.box>p{
    margin-left: 20px;
}

#text1{
    margin: 50px 50px;
    height: 30%;
    width: 50%;
    position: absolute;
    z-index: 9;

}

#text1>h1{
    font-size: 60px;
    margin-top: 20px;
}

#text1>h4{
    font-size: 20px;
    color: black;
    font-weight: 500;
    width: 70%;
    margin-top: 50px;
}

#text1>h5{
    color: #8873EF;
    transform: rotate(-20deg);
    position: absolute;
    left:-25%;
}

#page2{
    position: relative;
    height: 100vh;
    width:100vw;
    background-color: #fff;
}

#project{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50%;
    width: 90%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5%;
}

.projects{
    border-top: 2px solid #000;
    height: 100%;
    width: 31%;
}

.text3{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    height: 30%;
    width: 100%;
}

.image{
    height:70%;
    width:100%;
}

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

.p1 img{
    height:100px;
    width: 300px;

}
.p2{
    position: relative;
    top: -20%;
}
.p3{
    position: relative;
    top: -40%;
}
.p4{
    position: relative;
    top: -60%;
}

#text4{
    position: absolute;
    top: 10%;
    left: 5%;
    height: 20%;
    width: 30%;
}

#text4>h1{
    margin-top: 20px;
    font-size: 50px;
}

#text4>h5{
    color: #8873EF;
    transform: rotate(-20deg);
    position: absolute;
    top: 0%;
    left:0%;
}

.end{
    background-color: #bab0ee;
    text-align: center;
    padding-bottom: 50px;

}

.contact-me p{
    font-size: 40px;
}

.contact-me h2{
    font-size: 50px;
}

.contact-me p{
    font-size: 40px;
}

     .contact-me{
    width: 100%;
    height:570px;
    font-weight: bold;
    position: relative;
     }

.collab{
    font-size: 3.1rem;
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-weight: bolder;
    margin: 100px auto;
    padding: 30px 0;
}
.copyright{
    color: white;
    font-size: 1.2rem;
    margin: 0;
    padding: 8px 0 8px 0;
}
.btn{
    padding: 7px 7px;
    margin-top: 40px;
    float: left;
    align-items: center;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    width:25%;
}
.btn>img{
    position: relative;
    bottom: 40px;
}https://github.com/kaws26/portfolio/blob/main/paymentform.jpg?raw=true