* {
	margin: 0;
	padding: 0;
}

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

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


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