@charset "utf-8";
/* CSS Document */

body {
	background: no-repeat url("images/paint.svg");
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-size: cover;
	background-position: center;
	color: black;
}

a, a:hover, a:visited, a:active {
	color: white!important;
}