			html,
			body {
				display: grid;
				place-content: center;
				padding: 0;
				margin: 0;
				border: 0;
				background: #272727;
				height: 100dvh;
				width: 100dvw;
			}
			div#coming-soon {
				display: grid;
				place-content: center;
				color: #FF6000;
				font-size: 36px;
				font-family: 'Courier New', Courier, monospace;
				font-weight: 600;
			}

