@charset "utf-8";
/* CSS Document */
html, body { 
	margin:0;
	padding:0;
}
h1{ text-align: center
	
}
h1{ color: black
}
.centered { display: grid;
	justify-content: center;
	
}
.m{ margin-bottom: 10px;
	
}
