* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
	scroll-behavior: smooth;
	overflow-x: hidden;
	background-color: #000000;
	user-select: none;
}

body {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	background-color: #000000;
	overflow-x: hidden;
}

a {
	color: #000000;
}

noscript {
	padding: 8rem 2rem;
	display: grid;
    justify-content: center;
    align-content: center;
    align-items: center;
    justify-items: center;
}

noscript img {
	padding: 1rem;
	background-color: #FFFFFF;
	width: 10rem;
	border-radius: 10rem;
}

noscript div {
	text-align: center;
	padding: 1rem 4rem;
	background-color: #FFFFFF;
	margin-top: 2rem;
	border-radius: 12px;
	font-weight: 100;
	font-size: 1.4rem;
}

noscript p {
	margin: 0.4rem;
}

#root {
	position: relative;
	z-index: 5;
}
