body{
  background-color: rgb(17, 14, 12);
  box-sizing: border-box;
}
input{
  background-color: rgb(153, 179, 202);
}
.values{
  color: blue;
}
.values div{
  border: aqua solid 1px;
  width: 40px;
  height: 40px;
  text-align: center;
  position: fixed;
}
.values div p{
  padding: auto;
  margin: auto;
  font: 2em sans-serif;
  
}

.node{
  border-radius: 20px;
  
}

.letter{
  border-radius: 3px;
}

