body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
}
h1, h2, h3 {
	color: #111;
}
img {
	width: 25%;
	display: block;
	margin: 20px auto;
}
.content {
	margin: 20px;
	padding: 20px;
	border: none; 
}
.text-container {
	background: linear-gradient(to top, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0) 100%);
}