body {
  background-color: white
  height: 100%;
  margin: 0;
}

h1 {
  color: navy;
  font-family: Helvetica, sans-serif;
  margin-left: 20px;
  text-align: center;
  padding-top: 5px;
  font-size: 100px;
}

q {
  text-align: center;
  padding-top: 30px;
  word-wrap: break-word;
  font-size: 20px;
}

P {
  text-align: center;
  padding-top: 15px;
  word-wrap: break-word;
  font-size: 20px;
}

button {
  margin: 0;
  left: 50%;
  padding: 2px 20px;
  font-size: 70px;
}


footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 8px;
  padding-bottom: 0px;
}

* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column-right {
  float: left;
  width: 50%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}
.column-left {
  float: left;
  width: 50%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}


/* Clear floats after the columns */
.row:after {
  margin: auto;
  content: "";
  display: table;
  clear: both;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

#page-container {
  position: absolute;
  padding-bottom: 0px;
  min-height: 0;
  height: 100%;
}

#content-wrap {
  padding-bottom: 2.5rem;    /* Footer height */
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;            /* Footer height */
  padding-bottom: 0px;
}
#video {
  text-align: center;
  padding-top: 40px;


}
