* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  background: url(fond3.png);
  color: white;
  font-family: Georgia, serif;
  text-align: center;
  font-family: Arial;
}

div.cover{
  background: url(cover_overlay.png)no-repeat center/100% 100%;
  height:360px;
}

img.cover-profile{

  height:80px;
  margin-top: 30px;
}
h1{
  color: #ba9f6c

}