*,
*::after,
*::before {
	font-weight: 500;
	box-sizing: border-box;
}

body {
	-ms-overflow-style: none !important;  /* IE and Edge */
	scrollbar-width: none !important;  /* Firefox */
}

:root {
	font-size: 18px;
}

body {
	overflow: hidden;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: flex;
	align-items: center;
	justify-content: center;
    height: 100vh;
}
#content {
	max-width: 500px;
	text-align: center;		
}
.h1 {
    font-size: 30px;
}