﻿body {
	margin: 0;
	background-color: black;
}
#eldisplay {
	color: yellow;
	font-weight: bold;
	font-size: 300px;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
}
#inputText, #inputtxtColor, #inputbackColor {
	all: unset;
	margin: 5px;
	width: 500px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 5px;
	padding: 2px;
	color: yellow;
}
.label {
	color: white;
}
.hide {
	visibility: hidden;
}
#div-toggle {
	position: fixed;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background-color: white;
	opacity: 0.2;
}