* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-size: 1.3rem;
	font-family: 'Open Sans', sans-serif;
	background: #f9f9f9;
}

a {
	color: #333;
	font-weight: bolder;
	text-decoration: none;
}

.main-header {
	height: 55vh;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
