body {
	background-color: #f6e6d0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-family: 'Alegreya', serif;
	}
.container {
	max-width: 480px;
	padding: 24px;
	}
img {
	width: 100%
	}
p {
	text-align: center;
	font-size: 18px;
	}

p.tagline {
	font-weight: 700;
	font-size: 28px;
	}
	
@media only screen and (max-width: 480px) {

p {
	font-size: 12px;
	}

p.tagline {
	font-size: 18px;
	}
}