
	html {
		background-image: url(http://goooooooogle.github.io/kp/img/kp.png);
		background-repeat:no-repeat;
		background-attachment: fixed;
	}

	body {
		background-color: rgba(0,0,0,0);
	}

	.col-md-4, .col-md-3  {
		background-color: rgba(255,255,255,0.86);		
	}

	ol {
		cursor: pointer;
		font-size: 24px;
	}


	ul {
		font-size: 22px;
		margin-left: -15px;
	}

	ul:hover {
		background-color: hsla(120,80%,100%,0.2);
	}

	ul>li {
		margin-left: -15px;
		font-size: 22px;
		margin-top: 22px;
	}

	ul>li:hover {
		text-decoration: underline;
		background-color: hsla(120,80%,100%,0.86);
	}

	nav ul>li {
		margin-top: 0px;
	}


	pre {
		font-size: 36px;
		padding: 22px;
	}

	.avatar {
		width: 120px;
		border-radius: 50%;
	}