html, body {
	font-family: Sans-Serif;
	text-align: center;
	background-color: black;
	color: white;
	margin 0;
	padding 0;
}

h1 {
	margin: 0;
	border-bottom: 4px solid white;
	padding: 5px 0 15px 0;
}

.btn-left {
	border-color: transparent white;
	border-style: solid;
	border-width: 80px 80px 80px 0px;
	height: 0px;
	width: 0px;
}

.btn-right {
	border-color: transparent white;
	border-style: solid;
	border-width: 80px 0px 80px 80px;
	height: 0px;
	width: 0px;
}

.bar {
	background-color: white;
	height: 160px;
	width: 10px;
}

.controls {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 0 40px 0;
}

.controls div {
	display: inline-block;
}

.menu input[type="button"] {
	width: 100%;
	margin-top: 10px;
	font-weight: bold;
	font-size: 1.8em;
	padding: 5px 0 5px 0;
}
.menu input[type="password"] {
	width: 100%;
	font-size: 1.8em;
}