	body {  
        	font-family: 'Arial';
	        font-size: x-small;
		background-color: lightgrey;
		color: black;
		padding: 0px;
		margin: 0px;
	}

	button { 
		display:block; 
		margin-left: auto; 
		margin-right:auto; 
		text-align:center; 
		width: 40%; 
		height: 10%; 
		font-size: 2em;
	}

	input { 
		display:block; 
		margin-left: auto; 
		margin-right:auto; 
		width: 80%; 
		height: 2em; 
		font-size: 2em;
	}
	input.largerCheckbox { 
		display:block; 
		margin-left: auto; 
		margin-right:auto; 
		font-size: 2em;
		width: 40px; 
            	height: 40px; 
	}
	table {
		padding: 2em;
	}

	h1 {
        	font-size: 1.8em;
	}
        
	h2 {
        	font-size: 1.6em;
	}
        
	h3 {
        	font-size: 1.2em;
	}

	img {
        	height: 2em;
	}

	th {
		text-align: left;
	}
	
	button {
		font-size: 2em;
	}

	div {
		font-size: 2em;
		 text-align:center;
	}

@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
	body {  
	        font-size: x-large;
	}

}


