body {
	background-color: #3D3C3A;
	color: lightgrey;
	box-sizing: border-box;
	font-family: sans-serif;
	font-size: 15px;
}

table {
	text-align: left;
	padding: 25px 5px 5px 5px;
}

input {
	color: lightgrey;
	background-color: #3D3C3A;
	border: 1px solid #5B5A58;
        box-sizing: border-box;
	font-size: 15px;
	line-height: 25px;
	margin-top: 5px;
}

.center {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
        box-sizing: border-box;
}

.shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
