.white-1e1d7 {
	background-color: #a8d5a2 !important; /* verde claro */
}

.black-3c85d {
	background-color: #4a7c3a !important; /* verde escuro */
}

body {
	font-family: sans-serif;
	background-color: #f0f0f0;
	text-align: center;
	padding: 20px;

}

.square-55d63 {
	position: relative;
}

.highlight-square::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 0, 0.4); /* amarelo transparente */
	z-index: 1;
}

.highlight-valid-movement-square::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(50, 50, 50, 0.4);
	z-index: 1;
}

#board-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

#board {
	width: 400px; /* ou o tamanho que estiver usando */
}

.header {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}

.logo {
  max-height: 150px;
  width: auto;
}

.main-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

#turn-display,
#message {
  margin: 10px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}