@charset "utf-8";

body {
	margin: 0;
	padding: 0;
}

.box {
	width: 50vw;
	height: 50vh;
	background-color: tomato;

	position: absolute;
	left: 0;
	right: 0;
	margin-inline: auto;
}