* {
	font-family: sans-serif;
	color: #fff;
	font-size: 23px;
	line-height: 1.5;
}
.bg {
	background-image: url("./bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	filter: blur(4px);
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -10;
}

.bg1 {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #00000099;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

h1 {
	font-size: 56px;
	display: block;
	margin: 15vh auto 0;
	text-align: center;
}

.maintext {
	text-align: center;
}

p {
	text-align: left;
}