body {
	margin: 0;
	background: #F8F9FB;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	overflow-x: hidden;
}