body{margin:0; background-color:darkslategray;}
#img{width:75%; height:100%; background:darkslategray url(code.jpg) no-repeat left top; background-size:contain; float:left;}
#pn{width:25%; height:auto; position:fixed; right:0; bottom:0; float:left;}
p{float:right; margin-right:5%; color:wheat; font-size:xx-large;}
p:nth-child(1){float:right;}
p:nth-child(2){clear:right;}
@media only screen and (min-width:1px) and (max-width:920px){
 #img{width:100%; height:70%; background-size:100% 100%;}
 #pn{width:100%; height:30%;}}
