body {
	margin: 0;
	padding: 0;
	font-family: 'Quicksand';
	background-color: #bae76a;
}
header .jumbotron {
	font-size: 20px;
	padding: 60px;
	text-align: center;
	color: #faed25;
	background-color: #82c345
}
header .jumbotron p {
	color: #fff;
}
header .jumbotron img {
	width: 9.75%;
}
nav {
	top: 0;
	position: sticky;
}
nav ul {
	background: #47a43a;
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: center;
}
nav li {
	display: inline-block;
	padding: 16px;
	transition: 0.3s;
}
nav li a {
	color: #fff;
	text-decoration: none;
}
nav li:hover {
	background: #122b24;
	cursor: pointer;
}
article p a {
	text-decoration: underline;
	color: green;
}
main {
	padding: 20px;
	overflow: auto;
}
.content {
	float: left;
	width: 50%;
}
.card {
	margin-top: 20px;
	padding: 30px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
h2 {
	color: #47a43a;
}
.featured-image {
	width: 100%;
}
b {
	color: rgb(63, 72, 88);
}
.leftside {
	float: left;
	width: 25%;
	padding-right: 20px;
}
.profile {
	text-align: center;
}
.profile img {
	width: 100px;
	height: 100px;
}
.rounded {
	border-radius: 50%;
}