button#Mango {
	width: 250px;
	height: 250px;
	border: 10px outset rgba(255, 111, 111, .7);
	border-radius: 12px;

}

img#Bild {
	width: 200px;
	height: 200px;
	padding: 25px;
	position: absolute;
	margin: -125px;
}

button#Mango:hover {
	box-shadow: 5px 5px 20px #999999;
	transition-duration: 0.2s;
	cursor: pointer;
}


img#Bild:hover {
	width:180px;
	height: 180px;
	transition-duration: 0.2s;
	position: absolute;
	margin: -115px;

}


div#drueck {
	width: 250px;
	height: 250px;
	margin: 0 auto;
	margin-top: 75px;
}

div#fenster {
	height: 500px;
	width: 400px;
	margin: 0 auto;
	border: 10px solid rgba(200, 200, 200, 0.1);
	background-color: rgba(200, 200, 200, 0.1);

}

p#output {
	text-align: center;
	margin: 50px 25px 0px 25px;
	font-size: 20px;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	line-height: 26.4px;
	text-shadow: 2px 2px 1px rgba(200, 200, 200, 0.6);
}

