html {
	box-sizing: border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
	font-family: Verdana, sans-serif;
	font-weight: 400;
}

body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 100vh;
	width: 100vw;
	background-color: #131C2A;

	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* perspective: 840px; */
}

a {
	position: relative;
	color: inherit;
	z-index: 401 !important;
}

section {
	box-shadow: none;
	position: relative;
}

/* svg {
	overflow: visible;
	position: absolute;
	top: 0;
	left: 0;
} */

video {
	content-visibility: auto;
}

