html
{
	overscroll-behavior: contain;
}

html, body
{
	/* position: relative; */
	width: 100%;
	height: 100%;
}

body
{
	/* color: #333; */
	/* background: url("https://wallpaperaccess.com/full/245620.jpg"); */
	/* background-size: cover; */
	margin: 0px;
	padding: 0px;
	/* backdrop-filter: blur(1px); */
	background: linear-gradient(to right, #74ebd5, #acb6e5);
	/* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; */
}

*
{
	box-sizing: border-box;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
}
