@import 'global.css';

body {
    background-color: #000000;
    color: #000000;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
