﻿body{
	background-image: linear-gradient(
		to bottom,
		#515151 0%,
		#515151 5%,
		#333333 5%,
		#333333 67%,
		#515151 67%,
		#515151 94%,
		#333333 94%,
		#333333 120%
	);
	height: 120vh;
}