main{
    background-color: rgb(285, 185, 00);
}

.br2048>.row {
    margin-top: 10px;
}

input:focus,
select:focus,
textarea:focus {
    outline: 0;
}

table {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    border: dotted #000 !important;
    border-spacing: 1px;
    border-collapse: separate !important;
}

.gridCell {
    border: dotted;
    width: 125px;
    height: 125px;
    text-align: center;
    font-size: 48px;
    text-decoration-color: #fff;
}

.noLeftRightMargin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}