body{
    background-color:#252926;
}
.project{
    /*width:100%;*/
    /*height:100vh;*/
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:5px 0;
    padding: 40px;
    margin-top:110px;
}
.project-img{
    /*height:100%;*/
   
    width:95%;
    height:calc(100vh - 140px);
}
.project-img img{
    width:100%;
    height:100%;
     border-radius:3px;
    /*object-fit:cover;*/
}
.project-desc{
    margin:10px 0;
    display:flex;
    /*padding:10px 0;*/
    background-color:#ae8c53;
    color:#111;
    
    justify-content:center;
    margin:auto;
    align-items:center;
    width:95%;
    border-radius:8px;
    padding:10px;
}
.project-desc>p{
    font-size:16px;
}
@media(max-width:768px)
{
    .project-desc {
    margin: 10px 0;
    display: flex;
    /* padding: 10px 0; */
    background-color: #ae8c53;
    color: #111;
     height:auto; 
    justify-content: center;
    margin: auto;
    padding: 11px;
    align-items: center;
    width: 95%;
    border-radius: 8px;
}
.project {
    /* width: 100%; */
    /* height: 100vh; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px 0;
    padding: 10px;
    margin-top: 110px;
}
.project-img {
    /* height: 100%; */
    width: 95%;
     height:auto; 
}
.project {
    /* width: 100%; */
    /* height: 100vh; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px 0;
    padding: 10px;
    margin-top: 149px;
}
}