@charset "UTF-8";

html {
    font-size: 100%;
}
body {
    touch-action: none;
    user-select: none;
    -webkit-user-select: none;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
table {
    width: 300px;
}
td {
    width: 14.2%;
    border: 1px solid black;
    border-radius: 10%;
    font-size: 2.0rem;
    text-align: center;
    font-family: Courier, monospace;
}
.alphabet {
    background-color: #ffffff;
    color: #000000;
}
#delete {
    background-color: #c20b0b;
    color: #ffffff;
}
#enter {
    background-color: #06d003;
    color: #ffffff;
}