
* {
	box-sizing: border-box;
}
body {
	padding-bottom: 30px;
	font-family: 'Akkurat-Regular', sans-serif;
	background-color:#f6faff;
	color: #535a74;
	text-align: center;
	word-wrap: break-word;
}
.main-content {
	margin: 0 auto;
	max-width: 900px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 90vh;
}
.main-content__checkmark {
	font-size: 2rem;
	line-height: 1;
	color: #24b663;
}
.main-content__body {
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0px 0 0;
	font-size: 20px;
	line-height: 1.4;
	max-width: 700px;
}
h1 { color:#091238;}
h2 {
	margin-top: 30px;
	margin-bottom: 10px;
}

button{
	border-radius: 23px;
}

button:hover{
	background-color: #c21a14;
}

.btn-danger{
	margin-top: 10px;
	color: #fff !important;
    background-color:#de0d40;
    border-color:#de0d40;
	cursor: pointer !important;
    border-radius: 23px;
	padding: 10px 25px;
	margin: 40px;
	font-size: large;
	text-decoration: none;
}
.btn a{
	color: white !important;
	text-decoration: none;
	cursor: pointer !important;
}

@media only screen and (min-width: 40em) {
	.header {
		padding-top: 150px;
	}
	.header__title {
		font-size: 6.25rem;
	}
	.main-content__checkmark {
		font-size: 9.75rem;
	}
	.main-content__body {
		font-size: 1.25rem;
	}
}