ui/inventorypanel.razor.scss
InventoryPanel {
	justify-content: center;
	align-items: end;
	font-weight: bold;
	border-radius: 20px;
	width: 100vw;
	margin-bottom: 10vh;

	.container
	{
		display: flex;
		flex-direction: row;
		gap: 2vw;
	}
}