* {
	padding:0;
	margin:0;
  margin-top: 60px;
}
body {
  background: black;
  font-family: 'Product Sans', Ubuntu, Arial, sans-serif !important;
}

.developers h2 {
  color: white;
  text-align: center;
}
footer {
  font-size: 16px;
  color: white;
}
footer > hr {
  background-color: white;
}
footer > p > a {
  color: cyan;
}
footer > p {
  text-align: center;
}