.html {
	height: 100%;
	min-height: 100%;
	width: 100%;
	min-width: 600px;
	padding: 0;
	margin: 0;
	cursor: url("https://theddoc.de/images/Cursors/dragon-maid/Kanna_Kamui.cur"), auto;

}

.body {
	font-size: 100%;
	background: url(https://theddoc.de/images/background002.jpg);
	background-size: cover;
	font-family: 'Ubuntu',"Trebuchet MS",Trebuchet,Verdana,Helvetica,Arial,sans-serif; /* Dosis Ebrima */
	color: white;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-weight: 1;
	/* Set a specific height */
    height: 100%; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}