body { background-color:#5B0610; height:auto; } div { width:100%; height:300px; background:#D6D3C3; position:fixed; top:0; left:0; right:0; } header { background:url(FILE PATH TO A LOGO IN YOUR IMG SUBFOLDER) no-repeat center; background-size:contain; width:80%; height:200px; margin-left:10%; margin-top:1%; } nav { margin-top:2%; text-align:center; width:100%; } a { padding:2.5%; text-decoration:none; font-size:25px; color:#5B0610; } article { margin-top:300px; width:95%; padding:2.5%; color:#D6D3C3; } article img { width:95%; } article h1 { font-size:32px; text-transform:uppercase; text-shadow:5px 5px 5px #000000; } article p { font-size:20px; } article #list a { background:#000000; color:#D6D3C3; padding:1.5%; font-size:19px; } footer { position:fixed; bottom:0; left:0; width:100%; height:50px; background:#000000; color:#D6D3C3; font-size:12px; text-align:center; }