		.btn-default {
		  background: blue;
		}
		
		.btn-default:hover {
		  background: Brown;
		}
		
		.navbar {
		  background: blue;
		}