body {
	font-family: 'lora_regular', sans-serif;
	font-size: 15px;
	color: black;
	background: rgb(247, 242, 222);
}

.center {
	text-align: center;
}

.outline-button {
	font-family: 'Courier New', Courier, monospace;
	font-size: 18px;
	color: #333;
	background: white;
	border: solid #333 1px;
	text-decoration: none;
	margin: 12px;
	padding: 12px;
	width: 80%;
}

hr {
	border: 1px solid #aaa;
	margin: 15px;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	line-height: 1.5;
}