@charset "UTF-8";
/* CSS Document */

*{ /* affects all elements of the whole page */
	/*get rid of default padding and various other elements*/
	padding: 0;
	margin: 0;
	box-sizing: border-box;

}

html{ /* does the whole page */
	/*background-color: blue;*/
	
}

body {
  
}