/* Background image */

body {
  background-image: url("https://images.unsplash.com/photo-1614854262340-ab1ca7d079c7");
  background-size: cover;
  background-attachment: fixed;
}

/* Center dashboard so it isn't full width */

.page {
  max-width: 1400px;
  margin: auto;
}

/* Glass style cards */

.card {
  backdrop-filter: blur(8px);
}

/* Slight transparency */

.card,
.widget {
  background: rgba(20,20,20,0.75);
}
