/*!
 *  Webseite (css)

 *  +++ W3Schools 'How TO - Make a Website' +++
 *  Quelle: 
 *  - https://www.w3schools.com/howto/howto_make_a_website.asp
 *  - https://www.w3schools.com/howto/tryit.asp?filename=tryhow_make_a_website_footer
 *
 */

* {
  box-sizing: border-box;
}

/* Style the body */
body {
  	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: "Lato", Sans-serif;
	margin: 0;
}

