@import url("https://fonts.googleapis.com/css?family=Gothic+A1");

body {
  font-family: "Gothic A1", sans-serif;
  font-size: 16px;
}

table {
  border-collapse: collapse;
}

td {
  border: 2px solid #333;
  height: 100px;
  width: 100px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-size: 70px;
  cursor: pointer;
}

table tr:first-child td {
  border-top: 0;
}

table tr:last-child td {
  border-bottom: 0;
}

table tr td:first-child {
  border-left: 0;
}

table tr td:last-child {
  border-right: 0;
}

button {
  cursor: pointer;
  background-color: #333;
  color: #fff;
  border: 0;
  outline: 0;
  padding: 15px 30px;
  width: 300px;
  margin-top: 50px;
}

.end-game {
  padding: 30px;
  width: 300px;
  box-sizing: border-box;
  margin-top: 15px;
  background-color: #333;
  color: #fff;
  border: 0;
  border-left: 10px solid #9e9e9e;
}
