@import url('navbar.css');
@font-face {
	font-family: nasalization;
	src: url(nasalization.woff);
}
* {
	font-family: nasalization;
}
#ABC {
	background-color: #B40F1F; /*red*/
	height: 140px;
	position: absolute;
	top: 140px;
	left: 0;
	width: 100%;
}
#TOP_BAR {
	background-color: #092553; /*blue*/
	height: 200px;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
  	color: white;
	vertical-align: middle;
	text-align: center;
}
pre{
	font-size:16px;
}
body{
	font-family: 'Roboto', sans-serif;
	background: #B40F1F; /*red*/
	margin: 0;
	color:white;
	font-size: 16px;
} 
CENTER {
  	text-algin: center;
  	list-style-position: inside;
}
#SIDE_BAR {
	background-color: #092553; /*blue*/
	position: relative;
	top: 0;
	left: 0;
	width: 10%;
	float: left;
}
#SIDE_BAR a {
	text-decoration: none;
	color: white;
}
#SIDE_BAR a h3 {
	text-align: center;
}
#CLOCK{
	background-color: silver;
	color:  #0000FF;
	font-size: 55px;
	width: 810px;
	border-style: solid;
	border-width: 5px;
	border-color: #0000FF;
	border-radius: 15px;
}
#code{
	background-color: white;
	color: black;
	width: 700px;
	border-style: solid;
	border-color: gray;
	border-width: 4px;
	text-align: left;
}