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

.main {
	width: 100%;
	justify-content: center;
	align-items: center;
}

h1{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	}
h2{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	justify-content: center;
	font-size: 25px;
	}
	
video {
  position: absoluted;
  width: 100%;
  margin-top: 5px;
	}
