* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	background: orange;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

h1 {
	text-align: center;
	color: red;
	text-transform: unset;
	font-size: 50px;
}