@charset "utf-8";
/* CSS Document */

h1{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	}
.movie {
  position: relative;
  width: 100%;
  margin-top: 10px;
}
canvas{
  position: absoluted;
  margin top: 5;
  width: 100%;
}