/* body {
	background-image: url(../img/bg.png);
	background-size: 100%;
	background-repeat: repeat-y;
	overflow-x: hidden;
	background-repeat: no-repeat;
	background-attachment: fixed
} */

.home {
	width: 100vw;
	display: flex;
	align-items: center;
	flex-direction: column;
	/* margin-bottom: 8vw; */
	justify-content: center;
}

.homer-dhtitle {
	font-size: 16px;
	color: #000000;
	line-height: 32px;
	font-weight: bold;
}

#container {
	width: 73vw;
	height: 35vw;
}

@media screen and (max-width:721px) {
	#container {
		width: 100vw;
		height: 100vw;
	}

	.ditua {
		width: 80vw !important;
	}
}

.ditua {
	/* margin-top: 2vw; */
	display: flex;
	width: 50vw;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-around;
}

.ditulist {
	margin-top: 2vw;
	display: flex;
	width: 25vw;
	justify-content: center;
	align-items: center;
	/* height: 10vw; */
}

.ditulist a {
	/* display: flex; */
	display: block;
	width: 23vw;
	/* height: 10vw; */
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.4);
	font-size: 12px;
	line-height: 36px;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
	/* margin-top: 3vw; */
}