body {

	color: white;
	background-color: black;
	font-size: 15px;
	margin: 0px;
	padding: 3px 0px;
	box-sizing: border-box;
}
* {
	margin: 0px;
}
*:focus {
	outline: none;
}
.interface>*{
	margin: 0px 2px 0px 0px;
}
#output {
	border: none;
	background-color: black;
	color: white;
}

select {
	width: 100px;
	border-radius: 5px 5px 0px 0px;
}

input[type=color] {
	border-radius: 3px;
	border: none;
	max-height: 20px;
	max-width: 20px;
}
#menu-sub {
	font-family: Arial;
}

#menu-sub>*{
	margin-right: 5px;
}

#menu-sub>input[type='number'] {
	width: 40px;
	border-radius: 5px;
	border: none;
	padding-left: 5px;
}

.interface {
	max-height: 30px;
	padding: 2px 5px;
}
#menu-main {

	position: absolute;
	top: 50%;
	left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /*display: flex;*/
}
#menu-top {

  	position: absolute;
  	margin: 5px;
  	margin-left: 50%;
    transform: translateX(-50%);

}
#menu-top * {
    display: flex;
    margin-right: 5px;
}
button {

	/*font-size: 20;*/
	/*font-family: Impact, Charcoal, sans-serif;*/
	/*
    max-height: 25px;
    min-height: 25px;*/
	border-radius: 20px;
	background-color: #0072ff;
    color: white;
    text-decoration: none;
	border-radius: 2px;
	border: none;
	-webkit-transition-duration: 0.1s; /* Safari */
    transition-duration: 0.05s;
	/*padding: 5px 15px;*/
	/*box-shadow: 0 4px #a58718;*/
    text-align: center;	 
    outline: none;
}

button:hover:enabled {

	background-color: #0000DF;
	/*box-shadow: 0 3px #a58718;*/
	/*transform: translateY(2px);*/
}
button:disabled {
	background-color: #F0F0F0;
	color: #A0A0A0;
	box-shadow: none;
}

.green {
	box-shadow: 0 2px #128e00;
	background-color: #19bc00;

}
.green:hover:enabled {
	box-shadow: 0 1px #0a5600;
	transform: translateY(2px);
	background-color: #128e00;

}
.green.clicked, .green.clicked:hover:enabled {
	background-color: #0c6000;
	box-shadow: 0 0px #128e00;
}

.orange {

	background-color: #efc323;
	box-shadow: 0px 2px #a58718;
}
.orange:hover:enabled {

	background-color: #d6af1d;
	transform: translateY(2px);
	box-shadow: 0 1px #a58718;
}

.blue {
	box-shadow: 0 2px #004eaf;
	background-color: #0072ff;

}
.blue:hover:enabled {
	box-shadow: 0 0px #004eaf;
	transform: translateY(2px);
	background-color: #004eaf;
}
.blue.clicked, .blue.clicked:hover:enabled {
	box-shadow: 0 0px #002856;
	background-color: #004eaf;
}

.turquoise {
	box-shadow: 0 2px #009189;
	background-color: #00bab0;
}
.turquoise:hover:enabled {
	transform: translateY(2px);
	box-shadow: 0 1px #005640;
	background-color: #009189;
}

.red {

	background-color: #f44242;
	box-shadow: 0 2px #d13838;
}
.red:hover:enabled {
	transform: translateY(2px);
	background-color: #d13838;
	box-shadow: 0 1px #992626;
}

.canvas {

	border: 5px solid #efc323;
	border-radius: 4px;
	box-shadow: 0 4px #a58718;
	position: absolute;
    /*transform: translateX(-50%) translateY(-50%);*/
}
#output {
	font-size: 25;
}

body {
	padding: 0px;
}

.cover {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	margin: 0px;
	box-sizing: border-box;
	padding: 5rem;
	height: 100vh;
	color: #111;

	font-size: 1.5em;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	max-width: 1150px;
	margin: auto;
}

.cover a {
	color: #111;
}

.cover h1 {
	font-size: 4em;
	margin-bottom: 0.5rem;
}

.links {
	position: absolute;
	top: 1rem;
	right: 0.5rem;
	display: flex;
}

a.btn {
	margin: 0rem 0.5rem;
	text-align: center;
	background-color: #0072ff;
	color: white;
	padding: 0.75rem;
	font-size: 1.5rem;
	text-decoration: none;
	display: block;
	width: 100px;
}

a.btn:hover {
	opacity: 0.9;
}

.cover h2 {
	font-size: 2em;
	margin-bottom: 1rem;
}

p.lead {
	margin-bottom: 1rem;
}

.disp {
	height: 200px;
	border-radius: 0.4rem;
}

p.info {
	font-size: 1rem;
}