body {
	position: relative;
	margin: 0;
	width: 100vw;
	min-width: 100vw;
	max-width: 100vw;
	height: 100vh;
	min-height: 100vh;
	max-height: 100vh;
	background-color: #ccc;
	color: #333;
	font-weight: 700;
	font-size: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
body::before {
	content: " ";
	position: absolute;
	top: 25px;
	right: 25px;
	bottom: 25px;
	left: 25px;
	border: 7;
	border: 7px solid #777;
}
/* body::after {
	content: " ";
	position: absolute;
	top: 25px;
	right: 25px;
	bottom: 25px;
	left: 25px;
	border: 8px solid #ccc;
	border-radius: 15px;
} */