@import "tailwindcss";

* {
    color-scheme: dark;
}

body {
    background-color: black;
    color: white;
}
