
body {
  background-color: #ffffff;
  padding: 0em;
  height: 10000px;
}
section {
  z-index: 1;
  position: relative;
  min-height: 2000px;

}

p {
    
  font-size: 40px;
  text-align: center;
}


#video {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  display: block;
}
