.user-stats-button-container {
  font-size: 0.78rem;
  text-decoration: none;
}

.user-stats-button {
  background-color: #182747;
  border: none;
  color: white;
  border-radius: 0.8em;
  width: 8em;
  height: 8em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  position: relative;
}

.user-stats-button:hover {
  background-color: #2a3a70;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.3);
}

.user-stats-button .stats-text {
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 0.8em;
}

.user-stats-button img {
  width: 4em;
  height: auto;
}
