* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.salesdemo{
    width:50%;
    margin:auto;
}
.salesdemo>h1{
    font-size:50px;
}
.salesdemo>p{
    width:100%;
    font-size:20px;
    margin-left:-10px;
}
.videopart{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:20px;
    margin-top:20px;
    margin-left:150px;
}
#form{
    position: absolute;
      width:auto;
      margin-top:35px;
      margin-left:-50px;
      justify-content: center;
      /* border-style: dashed; */
      gap:30px;
      display: grid;
}
.endform{
    margin-left: -10px;
     border:1px solid black;
     width:180%;
     height: 50px;
     border-radius: 5px;
}

button{
    background: green;
    color:white ;
  border: 0px;

}
#finalimage0{
    
  
    width:auto;
    height: 500px;
    margin-top:20px;
    margin-left:-70px;
}
#finalimage{
    width:90%;
    padding-top:100px;
  padding-left:100px
}
