.main {
	background-color: #082043;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.main {
		height: 100%;
		background-color: #082043;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}
