@import url(http://fonts.googleapis.com/css?family=Fira+Sans:300,400);

body {
	font-size: 14px;
	line-height: 22px;
	color: white;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 300;
	background: #223240;
}

svg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -10;
}

a {
	color: #0c728c;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 300;	
	:hover {
		opacity: 0.5;
	}
}

h1 {
	font-size: 36px;
	margin: 36 / 2px 0;
}

ul {
	padding: 0;
}

li {
	font-size: 18px;
	list-style-type: none;
}

p {
	margin: 18px 0;
}

#container {
	width: 700px;
	position: fixed;
	bottom: 200px;
	left: 200px;
}