.buttons {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
}

.tetrisButton {
	font-family: monospace;
	font-size: 12px;
	padding: 8px 12px;
}

.tetrisButton:hover{
	text-decoration: underline !important;
	cursor: pointer;
}