.record-link {
  grid-column: 1 / -1;
  justify-self: center;
  font-size: 11px;
  color: #8a9690;
}

.record-link:hover {
  color: #ff4778;
}
