body {font-family: 'Lora', serif;}

#top_title{
    text-align: center;
    font-size: 40px;
	margin-top: 5rem;
    text-shadow: 2px 2px 3px grey;
}


#main_wrapper{
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 150px;
	font-size: 16px;
    }
h2 {
	font-size: 18px;
	text-align: center;
}

h3 {
	margin: 70px 0px 30px 0px;
	border-bottom: solid 1px black;
	font-size: 20px;
}

.step-wrapper {
	display: flex;
	flex-flow: row wrap;
	background-color: #F0F0F0;
	border-radius: 12px;
	padding: 2rem;
}

.figure{
	display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
	flex-wrap: wrap;
	margin:0 auto;
	font-size: 14px;
	padding: 1rem;
		
}

.figure img {
	max-width: 100%;
	flex: 250px;
	max-height: 250px;
}

.description {
	display: flex;
	background-color: white;
	border-radius: 12px;
	margin: 0 auto;
	padding: 1rem;
	font-size: 16px;
/*	height: 300px;*/
	align-self: center;
	max-width: 1000px;
	flex: 250px;
	
}

