@charset "UTF-8";
/* CSS Document */
#body{
	background: #090621;
}
.container{
	width: 100%;
	min-height:800px;
	height: 1024px;
	justifyContent: center;
	alignItems: center;
	display: inline-flex
}
.logo{
	margin: 120px auto;
}