body {   /* body タグで囲まれた部分に適用される */
  color: #000080;
  background-color: #FFFFF0;
/*
  margin-left: auto;
  margin-right: auto;
*/
/*
  width: 640px;
*/
}

p {   /* p タグで囲まれた部分に適用される */
  text-indent: 1em; 

/*
  margin-top: 0;
  margin-bottom: 0;
*/
}

section{
  text-indent: 1em; 
  margin-left: 10px;
  margin-right: 10px;

  color: #000080;
  background-color: #FFFFF0;

}

/*
.wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
video {
  object-fit:scale-down;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
*/

video {
  object-fit:scale-down;
  position:relativre;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

