@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100);

body {
  background-color: #2e84dc;
  color: white;
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  max-width: 50%;
  padding-left: 25%;
}

p {
	text-align: left;
	text-indent: 12px;
}

.link {
	color: white;
}

.link:visited {
	color: white;
}

.data-links {
	color: #ddddff;
}

.data-links a {
	color: #ddddff;
}

.content {
	text-align: center;
}

.stat {
	background: #39efb9;
	color: black;
	border-radius: 8px;
}