﻿.resource-card {
  transition: background 0.25s ease;
}

.resource-card:hover {
  background: rgba(255, 255, 255, 0.95);
}
