body {
  line-height: 24px;
  max-width: 932px;
  user-select: none;
}

input {
  width: 54px;
  height: 46px;
  background-color: #ffffff;
  color: black;
  text-align: center;
  font-size: 1.7rem;
  border: none;
  margin-right: 5px;
  margin-bottom: 5px;
}

p {
  text-align: center;
  color: white;
  margin-bottom: 20px;
  margin-top: 0;
}

td {
  height: 20px;
  text-align: center;
  border: 1px solid gray;
}

th {
  height: 25px;
  text-align: center;
  border: 1px solid gray;
}

#container {
  width: 892px;
  height: 630px;
  background-color: #888888;
  position: relative;
  left: 0;
  top: 0;
  padding-top: 10px;
}

#help {
  margin-bottom: 10px;
}

#newGame {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 20px;
  width: 200px;
}

#youWon {
  position: absolute;
  line-height: 60px;
  font-size: 2rem;
  width: 600px;
  top: 195px;
  left: 150px;
  border: solid 2px black;
  text-align: center;
  background-color: white;
}

#loading {
  position: relative;
  top: 260px;
  font-size: 2rem;
}

#file_name {
  margin-left: 10px;
}

.extra_bottom_pad {
  margin-bottom: 10px;
}

.extra_side_pad {
  margin-right: 10px;
}

.title {
  font-size: 1.2rem;
  margin-bottom: 0;
}

.center {
  text-align: center;
}

.smallnote {
  font-size: 0.9rem;
}

button {
  margin: 0;
}
