body{
    background: #000;
    margin: 60px 0px 0px 455px;
}
.white{
    width: 70px;
    height: 70px;
    display: inline-block;
    text-align: center;
    background:rgb(245, 247, 246);
    margin: -2px;
    font-size: 50px;
    border: 2px solid rgb(158, 140, 39);
    align-items: center;
}
.black{
    width: 70px;
    height: 70px;
    display: inline-block;
    background: #000;
    text-align: center;
    font-size: 50px;
    margin: -2px;
    color: rgb(248, 248, 248);
    border: 2px solid rgb(158, 140, 39);
}