/* styling.css */

/* Make the entire page black */
body {
    margin: 0;
    height: 100vh;
    background-color: black;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}
