h2 {
	text-transform: uppercase; 
	color: rgba(0, 75, 0, 75); 
	letter-spacing: 0.4rem; 
	margin-top: 20px;
	text-align: center;
}

hr {
	border: 0; 
	height: 1.5px; 
	background-image: linear-gradient(to right, rgba(0, 3, 0, 0), rgba(0, 75, 0, 75), rgba(0, 3, 0, 0));
}

.jumbotron {
	background-color: #3e3e48;
	color: #fff7e8;	
}

.navbar-inverse .navbar-nav>li>a {
	color: #fff7e8;
}

.navbar-inverse .navbar-brand {
    color: #fff7e8;
}

body {
	padding-top: 70px;
	background-color: #fff7e8;
}

.navbar-brand {
	font-size: 19px;
}

#progr {
	font-family: 'Source Code Pro', monospace;
	letter-spacing: 0.1rem; 
	text-align: center;
}

.contat {
	font-family: 'Source Code Pro', monospace;
	font-size: 15px;
	background-color: #fff7e9;
	border-left: 2px solid #f1f1f1;
	padding-left: 10px;
}

#list {
	color: green;
}

#liss {
	color: #2b8e51;
}

#yabuut {
	font-family: baskerville;
	font-size: 5px;
}