
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:  "poppins",sans-serif ;
}

body{
    background: linear-gradient(#fff,#d2ac67 );

    height: 300vh;
}

.img{
    margin-top: 25px;
    gap: 120px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.logo img{
    margin-bottom:40px;
    margin-top:10px;
    gap:10px;
    padding: 10px;
    width: 100px;
    animation: x 1s ease 1;
    background-attachment: fixed;
}

.text{
    color: #d2ac67;
    font-size: 21px;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
}

.text h1 span{
    color: #d2ac67;
}

.edit-img{
    margin-top:40px;
    width: 300px;
    animation: z 1.5s ease 1;
    box-shadow: 1px 1px 50px black;

}





@media only screen and (max-width: 750px){


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:  "poppins",sans-serif ;
}

body{
    background: linear-gradient(#fff,#d2ac67 );

    height: 630vh;
}

.img{
    margin-top: 25px;
    gap: 50px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.logo img{
    margin-bottom:40px;
    margin-top:10px;
    gap:10px;
    padding: 10px;
    width: 100px;
    animation: x 1s ease 1;
    background-attachment: fixed;
       display: flex;
       margin:auto;
    
}

.text{
    color: #d2ac67;
    font-size: 21px;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
}

.text h1 span{
    color: #d2ac67;
}

.edit-img{
    margin-top:40px;
    width: 300px;
    animation: z 1.5s ease 1;
    box-shadow: 1px 1px 50px black;

}



}
