Apply CSS to Remove Margins and Set Height
html, body { margin: 0; padding: 0; height: 100%; background-color: #1976d2; }