.github {
			background: #fff;
			position: absolute;
			top: 10px;
			right: 10px;
			width: 100px;
		}
		
		article {
			position: relative;
			width: 100%;
			height: 370px;
			margin-top: 400px;
			overflow: hidden;
			border-top: 4px solid #fff;
			border-bottom: 4px solid #fff;
		}
		article img {
			position: absolute;
			bottom:0;
			left: 0;
		}
		article p {
			position: absolute;
			width: 100%;
			margin-top: 120px;
			text-transform: uppercase;
			color: #fff;
			font-size: 6em;
		}
		div.yeah {
			color: #333;
			font-size: 8em;
			letter-spacing: 20px;
			margin-top: 500px;
		}
		div.yeah p {
			display: inline-block;
		}
		
		li{ list-style: none;}