html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html,
body {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg,#7151a9 0.0%,#7151a9 6.25%,#7353aa 12.5%,#7555ac 18.75%,#7758ae 25.0%,#7b5cb1 31.25%,#7f61b4 37.5%,#8467b8 43.75%,#8a6ebd 50.0%,#9175c2 56.25%,#987ec8 62.5%,#a087ce 68.75%,#a992d5 75.0%,#b39ddd 81.25%,#bea9e5 87.5%,#c9b6ee 93.75%,#d5c4f8 100.0%);
  background-size: 100% 200%, auto;
}

body::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  image-rendering: pixelated;
  background-repeat: repeat, no-repeat;
  background-size: calc(512px / 2) calc(512px / 2), auto;
  background-image: url(noise.png);
}

h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

p {
  text-align: center;
  line-height: 1.2;
  font-size: .85rem;
  color: white;
  font-family: "Hanken Grotesk",sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
