@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	line-height: 1;
}

body,
html {
	width: 100%;
	height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

.container {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.contain {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

header {
	min-height: auto;
}