header {
	color: #05dae6;
	text-align: center;
}
body {
	font-size: 16px;
	font-family: monospace;
	color: white;
	background: black;
}
a {
	color: #eeeeee;
}
.container {
  	display: flex;
	min-height: 100vh;
}

.sidebar-r,
.sidebar-l {
	width: 20%;
	position: sticky;
	top: 0;
	height: 100vh;
	overflow-y: auto;
  	text-align: center;
	box-sizing: border-box;
  	padding: 1em;
}

.content {
	width: 60%;
	padding: 1em;
	box-sizing: border-box;
	text-align: center;
}
