body {
    font-family: Calibri, sans-serif;
    background-color: #c2c2c2da;
}

#container {
    text-align: center;
    margin-top: 55px;
}

table {
    border-collapse: collapse;
    font-size: 2em;
    margin: 0 auto;
}

colgroup,
tbody {
    border: solid medium;
}

td {
    border: solid thin;
    height: 1.4em;
    width: 1.4em;
    text-align: center;
    padding: 0;
}

button {
    margin-top: 15px;
    font-size: 1.5em;
}

#solve-button {
    background-color: greenyellow;
}

#clear-button {
    background-color: rgba(255, 0, 0, 0.61);
}

padd {
    padding-bottom: 100px;
}