body {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #666;
	overflow-x: hidden;
	text-align: center;
}
a {
	text-decoration: none;
	transition-style: linear;
	transition-duration: 0.2s;
	color: #105fad;
}
a:hover {
	text-decoration: underline;
}