body {
    background-color: beige;
}

#play-mat {
    display: grid;
    grid-template-columns: auto auto;
    background-color: white;
    border: 2px outset black;
    height: 80vh;
    width: 80vw;
    margin: auto;
    padding: 10px;
}

.grid-item {
    background-color: aliceblue;
    vertical-align: auto;
    text-align: center;
    font-size: 30px;
    border: 2px outset black;
    height: 75%;
    width: 80%;
    margin: auto;
}

th, td {
    border:1px solid black;
    padding: 10px;
    border-spacing: 50px;
    background-clip: padding-box;
  }

img {
    width: 100px;
    height: 150px;
}