#wrapper{
  width:100%;
  max-width:300px;
  margin:0;
}
.gfx{
  width:30%;
}
header{
  font-family: 'Abril Fatface', cursive;
  font-size:35px;
  color:#e0bfbf;
}
body{
  background-image:url(rose-374318_1280.jpg);
}
section{
font-family: 'Fira Code', monospace;
font-size: 15px;
color:black;
}  
@media(min-width:200px){

  section{
    background-color:#ce1212;
  }

}  
nav{position: fixed;
left: 0px; 
top:2px;
line-height:2.0em;
}
nav a{
  text-decoration: none;
  color:#e0bfbf;
  font-family:'Fira Code', monospace;
}
