/* 
	Everything style related
 */

* {
    font-family: 'Josefin Slab', serif;

    text-align: center;
}

body {
    background: #e1faf4;
}

.nav {

	position: fixed;
	top: 0;
	padding: 1rem;
	width: 100%;
	background-color: #66cdaa;
	color: white;
}

.intro {
        margin-top: 55px;
	padding: 2rem;
	color: #33665e;
}

.content {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
}

.example {
	margin-left: 1rem;
	margin-bottom: 1.5rem;
}

.example img {
	width: 500px;
	padding-bottom: .5rem;
	border-bottom: 1px solid #33665e;
}

.number {
	display: inline-block;
	margin: 0;
	font-size: 2rem;
}

@media (max-width: 576px) {
	.example img {
		width: 250px;
	}
}
