html, body {
  height: 100%;
  margin:0;
}
p{
  color: yellow;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  /*text-shadow: 2px 2px 4px yellow, 2px 10px 20px white;*/
}

.playing_canvas {
	margin: 0 auto;
  top: 0;
  padding: 0;
	height: 100%;
	width: 100%;
  position: absolute;
  overflow: hidden;
  z-index: 100;

}
.star {
  font-family: Helvetica;
	margin: 0;
	padding: 0;
}

#container{
  position: absolute;
  margin: 0;
  width:100%;
  height: 100%;
  overflow: hidden;
}

#videoElement {
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: yellow;
}
