/* Set height to 100% for body and html to enable the background image to cover the whole page: */
body, html {
  height: 100%;
  background-color: #000000;
  /* Add a white text color to all elements inside the .bgimg container */
  color: white;
  /* Add a font */
  font-family: "Arial Rounded MT Bold Regular",  "Courier New", Courier, monospace;
  /* Set the font-size to 25 pixels */
  font-size: 25px;
}


 
