::selection,
::-moz-selection {
	/*background: rgb(127, 18, 51);*/
	}

a {
	color: rgb(127, 18, 51);
}

a:active,
a:focus,
a:hover {
	color: hsl(340, 75%, 8%);
	}

.website_screenshot {
	background-color: rgba(240, 240, 235, 1);
	}