body, html {
    height: 100%;
}

.logo-text {
  font-family: "WDXL Lubrifont SC", sans-serif;
  font-weight: 400;
  font-style: normal;
} 



.bg-blur {
  background: transparent;
  backdrop-filter: blur(10px);
}

.student-table th,
.student-table td {
  padding: 0.75rem;
  vertical-align: middle;
}