@import url(https: //fonts.googleapis.com/css?family=Open+Sans: 400,600,700);

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
}

html,
body {
	height: 100%;
	line-height: 1;
}

body {
	align-items: center;
	background-color: #212121;
	color:  #ffffff;
	display: flex;
	flex-direction: column;
	font-family: 'Open Sans', sans-serif;
	justify-content: center;
}

.card {
	font-weight: 400;
	text-align: center;
}

.card__content {
	font-size: 2.4rem;
	line-height: 1.2;
	margin-top: 30px;
	text-transform: uppercase;
}

.card__highlight {
	display: block;
	font-weight: 600;
	font-size: 4.6rem;
}

.card__title {
	font-size: 20px;
}

footer {
	font-size: 1rem;
	margin-top: 30px;
}