* {
	margin: 0;
	padding: 0;
}

*, *:before, *:after {
    box-sizing: border-box;
}

html {
	width: 100%;
	height: 100%;
	scroll-behavior: smooth;
	overflow-x: hidden;
	background-color: #080B14;
	transition: all 0.25s ease;
}

body {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

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