*{
	margin: 0px;
	padding: 0;
}
html,body  {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	color: #fff;
	font-size: 24px;
	box-sizing: border-box;
}
@font-face {
    font-family: 'Thin Pixel-7';
    src: url('fonts/ThinPixel-7.woff2') format('woff2'),
        url('fonts/ThinPixel-7.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
p{
	font-size: .75rem;
	margin-bottom: .75em;
}
h1, h2, h3, h4{
	font-weight: normal;
}
header {
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 100%;
	display: flex;
	gap: 1em;
	justify-content: center;
	box-sizing: border-box;
	left: 0;
	padding: 1em;
	mix-blend-mode: exclusion;
}
header a {
	text-decoration: none;
	color: #fff;
}
header a:hover {
	text-decoration:underline;
	
}
section, footer{
	padding: 20px;
}
.mx{
	position: absolute;
	top: 0;
	right: 0;
	max-width: 160px;
	mix-blend-mode: exclusion;
	padding: 20px;
}
.title{
	width: 100%;
	position: relative;
	box-sizing: border-box;
}
.title:hover{
	z-index: 2;
}
.title svg{
	width: 100%;
	max-width: 100%;
	height: auto;
}
.title path{
	fill: #fff;
}
img {
	max-width: 100%;
}
.preview {
	margin: 1em 0;
}
a.buy-button{
	color: #fff;
	opacity: .8;
}
a.buy-button:hover{
	opacity: 1;
}
.hero {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}
/* Window */
.window-wrapper{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
	z-index: 1;
}
.window {
	width: 400px;
	height: 400px;
	/* border: 1px solid #fff; */
	background-color: #e1e1e1;
	color: #000;
	padding: .5em;
	overflow-y: scroll;
	pointer-events: visible;
	/* columns:2; */
}
/* Window */
footer{
	font-size: .75rem;
	margin-top: 10px;
}
@media (max-width: 480px) {
	body {
		font-size: 16px;
	}
	.mx{
		position: absolute;
		top: 0;
		right: 0;
		max-width: 50px;
		mix-blend-mode: exclusion;
		padding: 10px;
	}
}