table {
  display: contents;
  padding: 10px;
}

.wordGrid tr td {
  width: 80px;
  height: 80px;
  border: 1px solid rgb(230, 230, 230);
  font-weight: bold;
  font-size: 38px;
  pointer-events: none;
}

.keyboardGrid tr td {
  width: 50px;
  height: 70px;
  cursor: pointer;
  background-color: rgb(230, 230, 230);
  border: 4px solid white;
  border-radius: 10%;
  text-align: center;
}


#enter {
  width: 80px;
}


#back {
  width: 80px;
}


.tileFalse {
  background-color: rgb(70, 70, 70);
  color: white;
}

.tilePartial {
  background-color: rgb(250, 110, 50);
  color: white;
}
.tileTrue {
  background-color: rgb(55, 180, 85);
  color: white;
}

.wordleTitle {
    font-family: 'DM Serif Display', serif;
}
