.mainwindow {
	width: 460px;
	max-width: 100%;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
}
.warning {
	grid-row: 1;
}
.window-body {
	display: grid;
	column-gap: 10px;
}