body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh; /* Ensure full height for centering */
    margin: 0; /* Remove default margin */
}

#board {
    background-color: rgb(48, 43, 43);
}