h1 {
	text-align: center;
	font-family: 'Lobster', cursive;
	font-size: 6vmin;
}
h2 {
	text-align: center;
	font-family: 'Abel';
	font-size: 3.5vmin;
}
h3 {
	font-family: 'Abel';
	font-size: 4vmin;
	color: #f48642;
}
h4 {
	font-family: 'Abel';
	font-size: 4vmin;
	color: white;
}
p, li, a{
	font-family: 'Gudea';
	font-size: 2.5vmin;
	color: #0c0f0f;
}

figcaption {
	font-family: 'Abel';
	font-size: 2.5vmin;
}

a:link {
    color: green;
}

a:visited {
    color: green;
}

.flex {
	display: inline-flex;
	justify-content: space-evenly;
}

.flex > div {
	flex-grow: 1;
	width: 30%;
	margin: 20px;
}

.btn {
	padding: 10px 20px;
	margin: 10px 0px;
	border-radius: 4px;
	font-size: 1.2em;
	text-decoration: none;
	box-sizing: border-box;
}

.btn-primary {
	background-color: green;
	color: white !important;
}

.txt-align {
	text-align: center;
}