.mb-container {
	display: flex;
	justify-content: center;

	.mb-button {
		color: #333;
		background-color: #fff;
		text-decoration: none;

		&.button-default {
			border: 1px solid #000;
			padding: 10px;
		}

		&.button-link {
			border-bottom: 1px solid black;
			background-color: transparent;
		}

		&.button-filled {
			color: #fff;
			background-color: #000;
			border: 1px solid #fff;
			padding: 10px;
		}
	}
}
