/*comment in css*/

body {
	/* https://colourco.de/ */
background-color: #31802C;
color: white;
font-size: 13pt;

}


.boxsmall {
height: 200px;
width: 300px;
padding: 20px;
background-color: black;
color: white;
text-align: center;
float: left;
margin: 4px;

}

