body {
	font-family: 'Nunito', sans-serif;
	padding-top: 20px;
	text-align: center;
	background-color: #F6EFEF;
	color: #6F4444;
}

a {
	text-decoration: none;
	color: #C08B8B;
}

h1 {
	text-align: center;
	font-size: 25px;
}

h2 {
	font-size: 15px;
}

.category {
	padding-left: 20px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 13px;
	font-weight: 600;
	line-height: 2.2;
}

select {
	font-size: 13px;
	font-family: 'Nunito', sans-serif;
	border: none;
	overflow: hidden;
}

input {
	font-family: 'Nunito', sans-serif;
	font-size: 12px;
	font-weight: 600;
}

img {
	width: 90%;
}

.archive {
	display: inline-block;
	width: 45%;
	font-size: 12px;
	font-weight: 600;
	padding-bottom: 5px;
}

.submit {
	text-align: left;
	padding-left: 15px;
	line-height: 2;
	font-weight: 600;
}

@media only screen and (min-width: 700px) {

.category {
	text-align: center;
}

.archive {
	width: 25%;
	font-size: 15px;
	line-height: 30px;
}

.submit {
	padding-left: 200px;
}
}

@media only screen and (min-width: 900px) {

.submit {
	padding-left: 350px;
}
}

