body{
  font-family: 'Bitcount Prop Single Ink', system-ui;
  background-color:blue;
  color:black;
  padding:5%;
}

section{
  font-family: "SUSE Mono", sans-serif;
  overflow:hidden;
}

.rule{
  color:white;
  position:absolute;
  left:50%;
  top:50%;
}

#page img{
  width:100%;
}

#page{ /*the element that has the id of "page" its position style is relative*/
  position:relative;
}

#test-block{
  position:absolute;
  top:50%;
  left:30%;
}


.documentation{
  font-size:1.6rem;
}

header{
  height:300px;
  background-image:url("https://live.staticflickr.com/65535/54821590910_86d23a74f1_b.jpg");
  background-repeat:no-repeat;
  background-size:100%;
  
}