.container {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	position: fixed;
	align-items: center;
	justify-content: center;
	background-color: var(--mgris)
}

.box {
	width: 400px;
	padding: 20px;
}

.box>:not(:last-child) {
	margin-bottom: 10px;
}

.box>.aButton {
	--button: 40px;
	--color: var(--selected);
}