.button-container {
	display: flex; 
	justify-content: center;
	gap: 10px;
}

.button-container .button {
	background-color: #aed651;
	color: white;
}