html {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: #ddd5be;
}
body {
	margin-left: 0px;
	margin-right: 0px;
}
.board-component {
    border-left: 7px solid black;
    border-right: 7px solid black;
    border-top: 5px solid black;
    border-bottom: 5px solid black;
}
.board-rank button {
    width: 70px;
    height: 70px;
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: 0px;
    border: none;
}
.black-button {
    background-color: #86b84a;
}
.white-button {
    background-color: #fdfacd;
}
.button-move {
    border-radius: 30%;
}
.button-select {
    background-color: #f8f400;
}
.piece-string {
    font-size: 50px;
    font-family: 'Courier New', Courier, monospace;
}
.pulsante {
  background-color: #36aaaf; /* Green */
  border: #000 solid thin;
  color: white;
  padding: 1px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}