*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html{
  width: 100%;
  height: 100%;
  background-color: black;
}
body{
  width: 100%;
  height: 100%;
  position: relative;
  background-color: black;
  background: url("img/web-croix.png") no-repeat center center black;
  background-size: contain;
  background-attachment: fixed;
  color: #f0e7d2;
  font-family: 'Permanent Marker', cursive;
  font-size: 20pt;
  text-align: center;
  padding: 1em;
}
.centered{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.croix{
  max-width: 90%;
  max-height: 90%;
}
.logo{
  max-width: 100%;
  width: 800px;
  top: 33.33333333%
}
h1{
  margin: .5em 0;
  font-size: 2em;
  font-weight: normal;
}
@media screen and (max-width: 640px){
  body{
    font-size: 12pt;
  }
}
p{
  margin: 0 0 .25em 0;
}
a{
  display: inline-block;
}
hr{
  border-color : #f0e7d2;
  width: 80%;
  margin: 1em 10%;
}
h2{
  font-weight: normal;
}
iframe{
  max-width: 90%;
  width: 800px;
  height: 600px;
}