@charset "utf-8";

body {
	margin: 0;
	padding: 0;
}

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

	position: fixed;
	inset: 0;
	margin: auto;
}