/* this is a comment in css */

body {
	background-color: #FAF8DA ;
	font-family: 'Open Sans' , sans-serif;
	margin: 0 ;
}

.primary-header {
	text-align : center ;
}

.main-heading {
	color: #205D76 ;
	font-size: 70px ;
}

.town-preview {
	width: 650px ;
}

.store-section {
	display: flex ;
	margin: 50px auto ;
	width: 450px ;
}

.building {
	width: 200px;
}

.store-details {
	margin-left: 30px;
}

.category-heading {
	color: #205D76 ;
	font-size: 30px ;
}

.store-list {
	color: #FFC122 ;
	padding-left: 15px ;
}

.store-name {
	margin-bottom: 10px;
}

.store-link {
	color: #EA6E2F ;
	font-size: 20px ;
}

.primary-footer {
	background-color: #FFC122 ;
	padding: 1px ;
	text-align: center ;
}

.created-by {
	color: #FFFFFF ;
	font-size: 20px ;
}