@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
*{
    /* cursor: url(../Firefly.cur), auto !important; */
    font-family: 'kanit', sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}
body{
    min-height: 100vh;
}
.glass{
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(40px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    color:white;
}
.tablehead {
    font-weight: bold;
}