.aboutdiv h3{
    text-align: center;
    font-weight: bold;
    font-size: xx-large;
    color: #818893;
}
.imgdesc{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0px 100px 0px 70px;
}
.imgdesc img{
    width: 350px;
    height: fit-content;
    margin: 10px 50px 10px 10px;
    border-radius: 10px; 
}
.desc p{
    text-align: justify;
}
.divbutton{
    display: flex;
    align-items: center;
    justify-content: center;
}
.divbutton a{
    width: 200px;
    background-color: #ff014f;
    color: white;
    border-radius: 20px;
    font-size: x-large;
    text-align: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.involpoint{
    margin-left: 70px;
}
.projectdiv{
    background-color: white;
    margin: 10px 150px;
    padding: 55px;
    border-radius: 20px;
}
.imgdiv{
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cviframe{
    width: 70%;
    height: 600px;
    margin-left: 15%;
    margin-right: 15%;
}

@media only screen and (max-width: 1180px) {
    .imgdesc{
        flex-direction: column;
    }.imgdesc img{
        margin: 20px;
    }
    .projectdiv{
        margin: 10px 50px;
    }.cviframe{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
}
@media only screen and (max-width: 1000px) {
    .projectdiv{
        margin: 10px 10px;
        padding: 15px;
    }
}
@media only screen and (max-width: 900px) {
    .imgdesc{
        margin: 20px;
    }.cviframe{
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }
}
@media only screen and (max-width: 590px) {
    .involpoint{
        margin-left: 10px;
    }
}
@media only screen and (max-width: 400px) {
    .involpoint{
        margin-left: 5px;
    }
}