body, html {
	font-family: arial, sans-serif;
	font-size: 100%;
	height: 100%;
}

.bg {
	/* The image used */
	background-image: url("./bg2.jpg");

	/* Full height */
	height: 100%;

	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.dse {
	font-size: 1.00em;
	background-color: #ffffff;
	color: #000000;
	padding: 40px;
	display: block;
}

@media only screen and (max-width: 768px) {
.dse {
	font-size: 1.5em;
}
}

@media only screen and (max-width: 480px) {
.dse {
	font-size: 2.00em;
}
}

