html {
	height: 100%;
}

body {
	background-color: #F2D4BC;
}

#content {
	text-align: center;
	padding-top: 25%;
}

.daysOfCode {
	text-align: center;
}

h1 {
	font-family: 'Lora', serif;
	font-weight: 700;
	font-size: 5em;
}

h3, h4 {
	font-family: 'Lora', serif;
	font-weight: 700;
	text-align: center;
}

hr {
	width: 400px;
}

.flex {
	display: flex;
  	flex-wrap: wrap;
}

.about {
	text-align: center;
}