* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.attribution {
  font-size: 11px;
  text-align: center;
  position: absolute;
  bottom: 10px;
  justify-self: center;

  a {
    color: hsl(228, 45%, 44%);
  }
}
