html,
body {
	margin: 0;
	border: 0;
	padding: 0;
	width: 100%;
	font: 14px/1.5 sans-serif;
	background-color: var(--bodyBackground);

	--primary: #1a73e8;
	--bodyBackground: #f8f9fa;
}

html {
	min-height: 100%;
	position: relative;
}

body {
	position: relative;
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

button.link {
	background: transparent;
	color: blue;
	border: 0;
	padding: 0;
	margin: 0;
	text-align: left;
	text-decoration: underline;
	display: inline;
	font-size: inherit;
	cursor: pointer;
}
