@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');


*{
    margin: 0;
    padding: 0 ;
    font-family:  "Cairo",sans-serif ;
    box-sizing: border-box;
}

body{
    height: 100vh;
    background:linear-gradient(#fcab3f,#cc1b1b );
    width: 100%;
}

.img{
     margin-top: 30px;
    display: flex;
 justify-content:center;
}

.logo img{
    padding: 10px;
    width: 120px;
    height: 100px;
     display: flex;
     margin:auto;
  
}

.text{
    color: #cc1b1b;
    font-size: 21px;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
}

.edit-img{
    /*margin-top:20px;*/
    width: 380px;
    display: flex;
    margin:auto;
    box-shadow:1px 1px 20px black;
  
 
}

 .line {
    background: #cc1b1b;
    width: 300px;
    height: 1px;
    box-shadow: 1px 1px 8px #cc1b1b;
   margin:auto;
}

@media only screen and (max-width: 750px){

*{
    margin: 0;
    padding: 0 ;
    font-family:  "Cairo",sans-serif ;
    box-sizing: border-box;
}

body{
    height: 100vh;
    background:linear-gradient(#fcab3f,#cc1b1b );
    width: 100%;
}

.logo img{
    padding: 10px;
    width: 120px;
    height: 100px;
   display: flex;
     margin:auto;
}

.text{
    color: #cc1b1b;
    font-size: 21px;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
}

.edit-img{
    margin-top:20px;
    width: 320px;
    display: flex;
  margin:auto;
    box-shadow:1px 1px 20px black;
  
 
}

 .line {
   margin:auto;
    background: #cc1b1b;
    width: 300px;
    height: 1px;
    box-shadow: 1px 1px 8px #cc1b1b;
}

}