body {
	text-align: center;
	/*webkit-user-select: none;*/
	/*background-color: black;*/
	background: #000000;
	background: -moz-linear-gradient(to right, #000000 0%, #0a1852 100%);
	background: -webkit-linear-gradient(to right, #000000 0%, #0a1852 100%);
	background: linear-gradient(to right, #000000 0%, #0a1852 100%);
	color: white;
}

h1,
h2,
a {
	color: white;
}

a:hover {
	color: dodgerblue;
}

button {
	background-color: dodgerblue;
	color: white;
	border: none;
	text-align: center;
	width: 80px;
	height: 30px;
	border-radius: 25px;
}

input {
	border-radius: 5px;
}

div {
	display: flex;
	justify-content: center;
}

#outDiv {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	clear: both;
}

.inDiv {
	margin: 0;
	/*border: 2px solid #33F;*/
	width: 150px;
	height: 200px;
	padding: 0;
	display: inline-block;
	_display: inline;
	*display: inline;
	zoom: 1;
}