
body {
	color: #000;
	font-family:Monospace;
	font-size:13px;
/* 	text-align:center; */
	font-weight: bold;

	background-color: #fff;
	margin: 0px;
	overflow: hidden;
}

#info {
	color:#000;
	position: absolute;
	top: 0px; width: 100%;
	padding: 5px;
	box-sizing: border-box;
}

a {
	color: red;
}

#sidebar {
	width: 100px;
	background-color: white;
	height: 100vh;
	position: fixed;
	top:0;
	right:0;
}

input {
	transform: rotate(-90deg);
margin-top: 20vh;
}