/* HEADER */
header {
	padding: 3rem 0 2rem 0;
}

#score-board {
	position: absolute;
	top: 20%;
	width: 95px;
	height: 50%;
	left: 0;
	padding: 16px 0;
	align-content: start;
	flex-direction: column;
	text-align: left;
}

#score-board p {
	/* border: 2px solid white; */
	align-items: start;
	width: 100%;
}

#score-board .score {
	margin-left: 28px;
	font-size: 28px;
}

.player-2 {
	display: flex;
	align-items: start;
	flex-direction: column;
}

.player-2 p:nth-child(1) {
	order: 2;
}

/* GAME BOARD */
#game-board {
	margin-top: 60px;
}
