Nel css hai stabilito questo:

html { background:#0C9; } ```Che è concettualmente sbagliato, il tag html non dovrebbe essere utilizzato per il background. Subito dopo però stabilisci:

body {
background: #CCCCCC;
margin: 80px;
}