:root
{
    --main-color-bg-dark: #000;
    --main-color-bg-light: #fff;
    --main-color-text: #fff;
}

#puzzlebody
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}