:root {
	--to-table-color: #40BF7C;
}

html, body {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

body {
	font-family: sans-serif;
}

* {
	position: relative;
	box-sizing: border-box;
}

button {
	position: relative;
	min-width: 80px;
	height: 60px;
	background: rgba(0, 0, 0, 0.6);
	color: #eee;
	border: none;
	border-radius: 6px;
	padding: 10px;
	font-family: sans-serif;
	font-size: 1rem;
	cursor: pointer;
	margin: 2px;
}