@charset "utf-8";
/* CSS Document */


body {
	min-height: 100vh;
	width: 100vw;
	background-image: url("images/3.jpg");
	background-position: center;
	background-origin: content-box;
	background-size: cover;
}
h1 {
	text-align: center;
	color: white;
	font-size: 70px;
}
h2 {
	text-align: center;
	color: white;
	font-weight: 100;
}
h4 {
	text-align: center;
	color: white;
	font-weight: 100;
	font-size: 20px;
}

img {
	width: 70px;
	height: auto;
	cursor: pointer;
	margin-top: 20px;
}

.mainDv {
	min-height: 100vh;
	width: 100vw;
	background-color: rgba(0,0,0,0.62);
}

.mainDv .dv {
	padding: 50px;
}

.center {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.centerUpDown {
	display: -webkit-box;
    display: -ms-flexbox;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}





