@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: 100vh;
    background: linear-gradient(#bbbbbb,#be9d4d  );
    width: 100%;
   
}

.logo img{
    padding: 10px;
    width: 160px;
    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;
    margin-bottom:20px;
    background: #be9d4d;
    width: 320px;
    height: 1px;
    box-shadow: 1px 1px 9px #be9d4d;
}


.vid4{
  display:flex;
  margin:auto;
 width: 300px;
 box-shadow: 1px 1px 15px black;
  }


@media only screen and (max-width: 750px){

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:  "poppins",sans-serif ;
}

body{
    height: 110vh;
    background: linear-gradient(#bbbbbb,#be9d4d  );
    width: 100%;
   
}

.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;
    margin-bottom:20px;
    background: #be9d4d;
    width: 320px;
    height: 1px;
    box-shadow: 1px 1px 9px #be9d4d;
}

.vid4{
    display:flex;
    margin:auto;
 width: 300px;
 box-shadow: 1px 1px 15px black;
  }
  
}