*,
*:after,
*:before{
  all: unset;
  display: block;
  box-sizing: border-box;
}
html{
	background: #000000;
	color: #ffffff;
	font: normal 1em/1.5 'Segoe Ui', Segoe, Tahoma, Geneva, sans-serif;
	text-align: center;
}
	head{
		display: none;
	}
	body{
	}
		p{
			padding: 0.75rem;
		}
		.site{
			align-items: center;
			display: flex;
			flex-direction: column;
			justify-content: center;
			height: 100vh;
			height: 100dvh;
			padding: 1.5rem;
		}
			.site__head{
			}
			.site__body{
			}
				.page{
				}
					.page__head{
					}
					.page__body{
					}