*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body{
	min-height: 100%;
	display: flex;
	flex-direction: column;
	background: #0C5E70;
}

.content{
	max-width: 1280px;
	margin: auto;
	flex: 1 0 auto;
}

.content{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 100px;
}

header{
	font-size: 18px;
	width: 100%;
	/* margin: 0 0 35px; */
	position: sticky;
	top:0;
}
