*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.credit a {
	position: fixed;
	right: 10px;
	top: 10px;
	background: #f65261;
	color: #fff;
	padding: 15px;
	text-decoration: none;
	border-radius: 5px;
}

.credit a:hover {
	opacity: 0.8;
}