html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

*{
color: #fff}

a{ color: #fd0048;}

body {
  background-image: url('img/bckg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}



body {
	font-family: Manrope,sans-serif;
	font-size: 1rem;
	line-height: 1.25em;
	margin:0;
}

header img{ 
float:right;
}

header {
text-align= right;
/*background-image: url("https://www.saturdayman.be/images/bckg.jpg");
background-position: center calc(50% - 70px);
background-repeat: no-repeat;
background-size: 100% auto;*/
}


footer {
    position: fixed;
    font-size: .875rem;
    color: #7a7a7a;
    overflow: hidden;
    bottom: 0px;
	width:100%;
}