@import "/cgit.css";

html,
body {
	height: 100%;
}

body {
	background: url(/watercolor.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 10px 30px;
}

div#cgit {
	background: rgba(255, 255, 255, 0.6);
}
