body {
	background-color: white;
	color: black;
	font-family: arial;
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.post {
	margin-top: 15px;
	padding-top: 2px;
	width: 575px;
	border-radius: 10px;
	border-color: red;
	border-style: dotted;
	margin-bottom: 25px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}
