@import "tailwindcss";
body {
    /*font-family: Tahoma, Geneva, Verdana, sans-serif;*/
    margin: 0;
    overflow: hidden;
}

/* Scrollbar customisation for start menu */
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.1);
}
::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.3);
    border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
    background: rgba(255,255,255,0.5);
}