@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

*, ::after, ::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	padding: 0;
	margin: 0;
}
html {
	height: 100%;
	font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
	font-weight: 400;
}
body {
	min-height: 100vh;
	background: 
		repeating-linear-gradient(-45deg, rgba(0,51,0,0.1), rgba(0,51,0,0.1) 1px, rgba(0,0,0,0) 2.3px, rgba(0,0,0,0) 2.3px),
		radial-gradient(#170201 23%, #5C0303 100%);
}
main {
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

h1 {
	font-weight: bold;
	font-size: 4rem;
	font-size: clamp(4rem, 1.7142857142857144rem + 11.428571428571429vw, 20rem);
	color: #fff;
	opacity: .7;
}