body {
	font-family: 'Nunito', sans-serif;
	padding: 30px;
	text-align: center;
	padding-bottom: 60px;
}

.home {
	color: #037A6B;
}

h1 {
	font-size: 32px;
	text-align: center;
	font-weight: 700;
	color: #09C7AF;
}

h2 {
	text-align: center;
	font-weight: 600;
	font-size: 15px;
	padding-bottom: 10px;
	color: #037A6B;
}

a{
	text-decoration: none;
	font-weight: 400;
	color: #FF7030;
}

.category {
	text-align: left;
	padding-left: 40%;
	color: #037A6B;
}

img {
	padding: 20px;
}

@media (max-width: 770px) {

h1 {
	font-size: 26px;
}

h2 {
	font-size: 13px;
	font-weight: 600;
}

a{
	font-size: 12px;
	text-decoration: none;
	font-weight: 400;
	color: #7F3818;
}

.category {
	text-align: left;
	padding-left: 20%;
}

img {
	padding: 10px;
}