html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: url(images/fond.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
}

body {
  padding-top: 50px;
}
.starter-template {
  padding: 5px 15px;
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px #000000;
}
div .starter-template {
	
  	position: absolute;
  	width: 50%;
   height: 50%;
   left: 25%;
   top: 10%;

}
