td {
    height: 100px;
    border-style: solid;
    border-color: black;
    font-size: 60px;
    width: 132px;
    text-align: center;
    max-width: 132px;
}
#button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 10px;
    text-align: center;
    font-size: 30px;
    background-color:grey;
    height: 100px;
    width: 132px;
}
table {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 10px;
}
table, td, tr {
    border-collapse: collapse;
    max-width: 400px;
}
.move {
    font-size: 60px;
    background-color:white;
    height: 100px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 10px;
    text-align: center;
}
p {
    font-size: 60px;
    background-color:white;
    height: 100px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 0px;
    border-radius: 10px;
    text-align: center;
}