h1.brand, h3.brand {
  font-family: 'Courier New', Courier, monospace;
  font-weight: 600;
}

.left-brand {
  color: rgba(37, 91, 117, 1.0);
}

.right-brand {
  color: rgba(37, 91, 117, 0.8)
}

.details-button {
  background-color: transparent;
}

.details-button:hover {
  background-color: rgba(37, 91, 117, 0.1);
}