body, html {
  margin: 0;
  padding: 0;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  background-color: #000;
  color: #eee;
}

h1, h2, h3 {
  font-weight: 500;
}

.running-icon {
  width: 80px;
  height: 80px;
  fill: #eee;
}
