#credits {
  display:block;
  position: absolute;
  top: 45px;
  left: 60px;
  padding: 22px 30px;
  background: rgba(0,0,0,0.75);
  color: #fff;
  font-weight: bold;
  font-family: 'Trebuchet MS', Arial, Tahoma, sans-serif;
  font-size: 18px;
}
a {
  color: #3a79cf;
}
a:hover {
  color: #5793e5;
}