*{
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
    user-select: none;
}

body{
    background-color: #0c0222;
    /*overflow: hidden;*/
}

#board_game{
    display:flex;
    justify-content: center;
    margin-top: 90px;
}