body div, body header, body section, body footer, body article, body p, body video, body nav, body table, body hr, body dl, body dt, body ul, body button, body {
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: stretch;
	flex-shrink: 0;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	flex-wrap: wrap;
	border: 0;
	margin: 0;
	padding: 0;
	min-width: 0;
}

body strong, body em, body span, body a, body b, body i, body code, body strike {
	display: contents;
}

body strike {
	text-decoration: line-through;
}

body li {
	display: list-item;
	margin-left: 20px;
}

body head, body link, body meta, body script, body style, body title {
	display: none;
}

* {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF UI Text', 'Helvetica Neue', Arial, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-size: 16px;
	color: #333;
}

a {
	text-decoration: none;
	color: #08f;
}

.clear {
	display: block;
	clear: both;
}

body {
	color: white;
	background: black;
	padding: 2vw;
	width: 100vw;
	min-height: 100vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	flex-direction: row;
	flex-wrap: wrap-reverse;
	overflow: hidden;
}

@media screen and (max-width: 1060px) {
	body {
		overflow-y: scroll;
	}
}
  body::after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(42px);
	-webkit-backdrop-filter: blur(42px);
	z-index: 0;
}

body * {
	z-index: 1;
	text-align: center;
}

body .row {
	flex-direction: row;
}

body header, body section {
	width: 30vw;
	height: 30vw;
	min-width: 320px;
	min-height: 320px;
	margin: 1vw;
	background: rgba(0, 0, 0, 0.64);
	border-radius: 16px;
	padding: 15px;
}

@media screen and (max-width: 1060px) {
	body header, body section {
		width: 46vw;
		height: 46vw;
	}
}
    @media screen and (max-width: 700px) {
	body header, body section {
		width: 90vw;
		height: 90vw;
	}
}
    body header img, body section img {
	max-width: 100%;
	border-radius: 2px;
}

body header button, body section button {
	height: 54px;
	min-width: 54px;
	margin: 0 5px;
	padding: 0 10px;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	border: none;
	background: none;
	border-radius: 8px;
	color: white;
	font-weight: 200;
}

body header button:hover, body section button:hover {
	background: rgba(255, 255, 255, 0.2);
}

body header button:active, body section button:active {
	background: rgba(255, 255, 255, 0.4);
}

body header img {
	width: 64%;
	margin-bottom: 4%;
}

body #controls h2, body #controls h3 {
	font-size: 24px;
}

body #controls h3 {
	font-weight: normal;
	margin-top: 4px;
}

body #controls > * {
	margin: 20px 0;
}
