@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

*{
    font-family:  "poppins",sans-serif ;
    margin: 0;
    padding: 0;

}
body{
    background:#d5b0c2;
    height: 100vh;
}


.logo img{
    padding: 10px;
    width: 100px;
    background-attachment: fixed;
}




.text{
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
     margin-bottom: 100px;
}

.text h1 span{
    color: #7e7e7c;
}

video{
        box-shadow: 1px 1px 25px black;

}


   video{
    width: 400px;
    margin: auto;
    display: flex;
    align-items: center;
   
  
   }
   
   @media (max-width:740px){
    
    body{
    background:#d5b0c2;

    }
    
    video{
        width:300px;
        margin: auto;
    display: flex;
    align-items: center;
   
    }
    
    .text{
        font-size:11px;
        margin-bottom:50px;
    }
    
    .logo img{
      margin-left:150px;
        padding:5px;
        width:80px;
         display: flex;
    margin: auto;

    }
   
 
}