@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400&subset=latin,cyrillic');

body{
	margin: 0;
	padding: 1rem;
	font-family: 'Roboto Slab', Tahoma, sans-serif;
	background: #fff;
	color: #323232;
}

a {
  color: #4a5e55;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}
