html {
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, Arial, Verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
    margin:20px auto;
    max-width: 1040px;
    letter-spacing: .2px;
    background-color: #fff;
}

article {
	padding: 16px;
}

h1 {
	font-size: 80px;
	font-weight: 800;
	font-weight: 300;
	color: #201e30;
	line-height: .9;
	margin:0;
	padding: 0;
	font-style: italic;
	text-transform: uppercase;
}
h2 {
	font-size: 30px;
	color: #fff;
	margin:10px 0 30px;
}

p {
	font-size: 21px;
	line-height: 1.4;
	font-weight: 700;
	color: #7d7af4;
}

@keyframes linkhighlight {
	0%, 13% {
		color: #7d7af4;
	}
	2%, 10% {
		color: #ff34d7;
	}
}
.a-1 {
	animation-delay: 1s;
}
.a-2 {
	animation-delay: 3.5s;
}
.a-3 {
	animation-delay: 6s;
}
.a-4 {
	animation-delay: 8.5s;
}
.a-5 {
	animation-delay: 11s;
}
.a-6 {
	animation-delay: 13.5s;
}
.a-7 {
	animation-delay: 16s;
}
.a-8 {
	animation-delay: 18.5s;
}
.a-9 {
	animation-delay: 21s;
}
.a-10 {
	animation-delay: 23.5s;
}

a {
	text-decoration: none;
	color: #7d7af4;
	animation-name: linkhighlight;
	animation-duration: 25s;
	animation-iteration-count: infinite;
}

a:hover .mask{
	color: #FFAA33;
}

@media only screen and (min-width: 768px) {

article {
	padding: 60px;
}

h1 {
	font-size: 100px;
}

h2 {
	font-size: 44px;
	margin:10px 0 50px;
}

p {
	font-size: 36px;
	line-height: 1.3;
}

}

/* @media (prefers-color-scheme: dark) { */

body {
	background-color: #1e1d47;
	background-size: 48px 48px;
	background-image: radial-gradient(
		transparent 20px,
		#1a1941 20px,
		#1a1941 24px,
		transparent 24px
	),
	radial-gradient(
		transparent 20px,
		#1a1941 20px,
		#1a1941 24px,
		transparent 24px
	);
    background-position: 0 0 , 24px 24px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

h1 {
	color: #4f96ff;
	text-shadow: 0px 0px 18px #4f96ff;
}

p {
	color: #7d7af4;
}

/* } */