body {
  background-color: #fafafa;
}

.stream-content {
  transition: all 0.2s ease-in-out;
}

.stream-content:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
