@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:  "poppins",sans-serif ;
}

body{
    height: 134vh;
    background: linear-gradient(#bbbbbb,#be9d4d  );
    width: 100%;
   
}

.img{
     margin-top: 20px;
    gap: 100px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}


.logo img{
    padding: 10px;
    width: 170px;
    background-attachment: fixed;
  display:flex;
  margin:auto;
}

.text{
    
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    display: flex;
    justify-content:center;
    margin-bottom: 10px;
}



.text h1 span{
    color: #be9d4d;
}

 .line {
    margin-top: 15px;
  margin:auto;
    background: #be9d4d;
    width: 420px;
    height: 1px;
    box-shadow: 1px 1px 9px #be9d4d;
}


.edit-img{
    margin-top:25px;
    width: 350px;
    box-shadow: 1px 1px 30px black;
    opacity:1;

}


@media only screen and (max-width: 750px){

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:  "poppins",sans-serif ;
}

body{
    height: 135vh;
    background: linear-gradient(#bbbbbb,#be9d4d  );
    width: 100%;
   
}

.img{
     margin-top: 20px;
    gap: 10px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}


.logo img{
    padding: 10px;
    width: 140px;
    background-attachment: fixed;
    display:flex;
    margin:auto;
    
}

.text{
    
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    display: flex;
    justify-content:center;
    margin-bottom: 10px;
}



.text h1 span{
    color: #be9d4d;
}

 .line {
    margin-top: 15px;
    margin:auto;
    background: #be9d4d;
    width: 320px;
    height: 1px;
    box-shadow: 1px 1px 9px #be9d4d;
}


.edit-img{
    margin-top:25px;
    width: 250px;
    box-shadow: 1px 1px 30px black;
    opacity:1;

}

}
