@import "./reset.css";
@import "./nav/index.css";
@import "./home/index.css";
@import "./log/index.css";

:root {

}

x-app {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	height: 100%;
}

x-app > * {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 2rem;
}

x-app > *.center {
	margin: auto;
}
