/* how to add some style to overall page */

/* html is the root element of the page */
html,
body {
  margin: 0;
  padding: 0;
  /* how to add color to the background */
  /* color: white; */
}
