* {
	box-sizing: border-box;
	margin: 0;
	pading: 0;
}

body, html {
	height: 100%;
}

body {
	padding: 15px;

	background-image: url("baby-luigi.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right 15px bottom 15px;
	background-size: 300px;
	
	cursor: default;
}

.traminer-box {
	display: inline-block;
	border: 1px solid #cdcdcd;
	padding: 10px;
	font-family: 'Germania One';
	text-align: center;
	vertical-align: top;
	height: 260px;
	margin-right: 20px;
}

.traminer-box h1 {
	font-size: 30px;
	background-color: #67240a;
	color: white;
	padding: 10px;
	margin-left: -10px;
	margin-top: -10px;
	margin-right: -10px;
	margin-bottom: -10px;
}

.traminer-box button {
	background-color: white;
	border: 1px solid black;
	border-radius: 8px;
	outline: none;
	text-align: left;
	font-family: 'Germania One';
	line-height: 40px;
	vertical-align: middle;
	padding: 4px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #67240a;
	cursor: url("dice.png"), auto;
	color: white;
	transition: all .5s ease-in-out;
}

.traminer-box button img {
	height: 40px;
	vertical-align: middle;
}

.traminer-box button span {
	vertical-align: middle;
	font-size: 30px;
	display: inline-block;
	margin-left: 10px;
}

.traminer-box button:hover {
	transition: all .5s ease-in-out;
	background-color: white;
	color: black;
}

.traminer-box-content {
	margin-top: 20px;
	margin-bottom: 20px;
}

.traminer-box-content input[type="number"] {
	width: 45px;
	border: none;
	border-bottom: 1px solid black;
	outline: none;
	font-family: 'Germania One';
	font-size: 16px;
	margin-left: 10px;
	margin-right: 10px;
}

.traminer-box-content textarea {
	height: 185px;
	resize: none;
	border: 1px solid #cdcdcd;
	width: 100%;
}

.traminer-box-ergebnis {
	margin-bottom: 20px;
	font-size: 60px;
}