* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
    font-family: "Acme", serif !important;
	letter-spacing: 1px important;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 16px;
  background-image: url('fond.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: white;
}
 
h1 {
	text-align: center;
	font-size: 2.5rem;
}

#playerElement { 
overflow:hidden; 
width: 80%;
height: 100%;
margin: 0 auto;
}

#example-video { 
overflow:hidden; 
width: 80%;
height: 100%;
margin: 0 auto;
}

.shadow {
	-webkit-box-shadow: 0px 0px 18px 8px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 18px 8px rgba(0,0,0,0.75);
box-shadow: 0px 0px 18px 8px rgba(0,0,0,0.75);
}
