@import "../style/base.css";

@layer components {
	.main {
		/* Content */
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: start;
	}

	.mainInner {
		width: 100%;
		max-width: var(--width-wide);
		margin: auto;
	}
}
