@charset "utf-8";
/* CSS Document */
/*  */




@import url('https://fonts.googleapis.com/css2?family=Kablammo&display=swap');

		h1 {
		  font-family: "Kablammo", system-ui;
		  font-optical-sizing: auto;
		  font-weight: 400;
		color: green;
		  font-style: normal;
		  font-variation-settings:
			"MORF" 0;
		}

		img.main {
			border: 10px solid darkgreen;
		}
		
		p {
			font-family: arial;
			font-size: 20px;
			color: green;
			line-height: 140%;
			text-align: center;
			margin: 40px;
	
		}
		
		#footer {
			font-family: arial;
			color: black;
			font-size: 15px;
		}