html {
  background: url("./font.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#pub {
  background-color: #FFFFFF;
  margin-bottom:25px;
  width:478px;
  box-shadow: 5px 5px 12px #555;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}
#image {
  padding:5px;
  background-image: url("./pourquoi.png");
  background-repeat: no-repeat;
  background-position: center;
  width:468px;
  height:60px;
  margin-left: auto;
  margin-right: auto;
}
.stats {
  text-align: center;
  font-size: 10px;
}
#stats1 {
  text-align: center;
  font-size: 10px;
}
footer{
  position:absolute;
  bottom:0;
  padding-top:15px;
  width:99%;
  height:15px;
  text-align: center;
  font-size: 10px;
  color: blue;
}
copyright{
  bottom:0;
  padding-top:15px;
  width:99%;
  height:15px;
  text-align: center;
  font-size: 10px;
  color: blue;
}
a {
  color: blue;
}