@charset "utf-8";

.container {
	margin: 5px;
	background: lightgray;
	border: 2px;
}
h1 {
	text-align: center;
	background-color: greenyellow;
}
.comento {
	font-size: 1.5rem;
	}
#footer {
	background: lightgray;
}