.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.glass-nav {
  background: rgba(251, 251, 226, 0.8);
  backdrop-filter: blur(20px);
}

.specimen-card {
  background-color: #ffffff;
  transition: transform 0.3s ease;
}

body {
  min-height: max(884px, 100dvh);
}
