html, body {
		height: 100%;
		width: 100%;
		font-family: 'Domine', serif;
		font-size:36px;
		color:#b7ffe8;
		background: #0d9f8c;
		
	}

#wrap {
	height: 100%;
	display: table;
	text-align: center;
	margin: auto;
}
#main {
	display: table-cell;
	vertical-align: middle;
}

#diceup {
	margin-bottom: 20%;
}

#diceoutInput {
	font-family: 'Domine', serif;
	font-size:24px;
	color: #0d9f8c;
	border: 0px solid;
	background-color: #b7ffe8;
	text-align: center;
	width:400px;
	margin-top: 20%;
}