html, body {
	height: 100%;
}
body {
	height: 100%;
	width: 100%;
	margin: 0;
	color: white;
	background: transparent;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	position: fixed;
	overflow: hidden;
}

/* Settings */
header {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	margin: 7px;
	padding: 7px;
	z-index: 2;
	font-size: 10px;
}
h1 {
	font-size: 12px;
	margin-top: 0;
}
label {
	padding-top: 10px;
}
input {
	margin: 5px 0;
}
fieldset>input {
	width: 10vw;
	min-width: 100px;
}
#settings {
	display: none;
	flex-direction: column;
}

/* Remove Loading Message */
#p5_loading {
	display:block;
}

/* Canvases */
#defaultCanvas0 {
	position: absolute; z-index: 1; top: 0; left: 0; bottom: 0; right: 0; margin: auto; opacity: 1;
	cursor: pointer;
}
#principal {
	position: absolute; z-index: 1; top: 0; left: 0; bottom: 0; right: 0; margin: auto; opacity: 1;
	cursor: pointer;
}
#GIF {
	position: absolute; z-index: 0; top: 0; left: 0; bottom: 0; right: 0; margin: auto; opacity: 0;
}

/* Image */
#analogImg {
	position: absolute; 
	z-index: 2; 
	top: 0; left: 0; bottom: 0; right: 0; 
	margin: auto;
	display: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	cursor: pointer;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

/* Menu */
#menu {
	position: fixed;
	display: none;
	top: 0;
	right: 0;
	color: black;
	margin: 0.7em;
	padding: 0.7em;
	z-index: 4;
	font-size: max(0.9em, 8px);
	text-align: right;
}

.menu_button {
	width: 100%;
	right:0;
	display: block;
	cursor: pointer;
	opacity: 0.6;
    margin-block-start: 0.2em;
    margin-block-end: 0.2em;
}

#menu_sound {
	display: none;
}

p {
	margin-block-start: 0;
	margin-block-end: 0.45em;
}

.menu_button:hover {
	opacity: 1;
}