@import "elemence.css";

@layer base {
.recipes {
	max-width: 65%;
	margin: 20px auto;

	th {
		border-bottom: none;
		border-right: 1px solid var(--color-bg);
	}

	td {
		text-align: center;
	}

	th, td {
		width: 50%;
	}
}
}
