h1 {
	text-align: center;
	line-height: 70px;
	font-size: 50px;
	width: 100%;
}

.container {
	display: flex;
	align-items: center;
	width: 100vw;
	height: 100vh;
}

@media (max-width: 800px) {
	h1 {
		line-height: 40px;
		font-size: 30px;
	}

}


@media (max-width: 400px) {
	h1 {
		line-height: 30px;
		font-size: 20px;
	}

