body{
    background-color: rgb(18, 30, 31);
    background-image: url("background5.png");
    background-repeat: no-repeat;
    background-size: 100%;
    color: #e0f3f3
}


.buttons2{
display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-items: center;
    padding-top: 2rem;
}

.aboutMe_worksbutton img{
    width: 80%;
}

.works_worksbutton img{
    width: 80%;
}


.detail {
    position: relative;
    /* background-image: linear-gradient(rgba(18, 30, 31, 0.5), rgba(18, 30, 31, 0.5)), url("flower_bdetail.png");
    background-repeat: no-repeat;
    background-size: 600px; 
    background-position: left center;  */
    min-height: 120%;
    padding-top: 100px;
    
}
.zim {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    position: relative;
}


.zim h3{
    font-size: 30px;
    font-weight: bolder;
}

.zim p{
    font-size: 25px;
    
}

.zimlink a{
    text-decoration: none;
    color: #e0f3f3;
}

.zim img {
    width: 500px;
    height: auto;
    position: relative;
    z-index: 2;
}

.textaboutuzd{
    display: flex;
    flex-direction: column;
    max-width: 620px;
    padding-left: 3rem;
    padding-right: 3rem;
}


.zim2 {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    position: relative;
    padding-top: 4rem;
    padding-bottom: 2rem;
    /* padding-left: 19rem; */
  
}


.zim2 h3{
    font-size: 30px;
    font-weight: bolder;
}

.zim2 p{
    font-size: 25px;
}

.zim2 img{
    width: 800px;
}

@media (max-width:412px) {

    .zim {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    position: unset;
    flex-direction: column;
}
    
    .zim img{
        width: 100%;
        position: unset;
    }

     .textaboutuzd {
        padding: 2rem;
    }
    
    .zim p {
        font-size: 15px;
    }
 
    .zim h3 {
        font-size: 20px;
         font-weight: bolder;
    }

    .zim2 img {
        width: 400px;
    }


     .zim2 {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    position: unset;
    flex-direction: column;
}
 .zim2 p {
        font-size: 15px;
    }

     .zim2 h3 {
        font-size: 20px;
         font-weight: bolder;
    }
}