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

body {
	background-color: rgb(177,197,187);
	margin-top: 120px;
}
#cuore {
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	text-align: center;
}
#testo {
	width: 500px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-style: normal;
	font-weight: 400;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-size: xx-large;
	color: rgb(76,110,150);
}
