.loading, .loading2, .loading3, .loading4, .loading5, .loading6, .loading7, .loading8 {
    background: linear-gradient(30deg, rgb(71, 41, 206), #e55aa1, #be2e87);
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	z-index: 100;
}

.loading::after, .loading2::after, .loading3::after,
.loading4::after, .loading5::after, .loading6::after, .loading7::after, .loading8::after {
	content: 'loading \a "Fl♡♡ded" \a by Violet Forest \a (Violeta López) \a 2022';
	font-size: 0.8em;
	white-space: pre;
	color: white;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* ------------------- */
h1 {
	font-size: 1.3em;
	margin: 0;
}
.menu-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	z-index: -1;
	margin: 1em;
  }
  .info {
	position: relative;
	width: auto;
	padding: 2em 3em;
	font-size: 1.3em;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
    background: linear-gradient(30deg, rgb(71, 41, 206, 0.95), rgb(229, 90, 161, 0.95), rgb(190, 46, 135, 0.95));
  }
  .show-modal .menu-overlay {
	z-index: 5;
  }
  .show-modal .info {
	height: 100%;
	overflow: scroll;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
  }

  .toggle-button {
	position: absolute;
	top: 0;
	right: 0;
	margin: 5em;
	cursor: pointer;
	padding: 0;
	appearance: none;
	background: none;
	border: none;
	outline: none;
	border-radius: 0;
	z-index: 30;
  }
  svg {
	position: relative;
	fill: #704cff;
	width: 50px;
	height: 50px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
  }
  .show-modal svg {
	fill: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
  }
  @media (max-width: 1200px) {
	.info {
	  font-size: 1.2em;
	}
  }
  @media (max-width: 640px) {
	.info {
	  font-size: 1em;
	}
  }
  @-webkit-keyframes gradient {
	  0%{background-position:0% 36%}
	  50%{background-position:100% 65%}
	  100%{background-position:0% 36%}
  }
  @-moz-keyframes gradient {
	  0%{background-position:0% 36%}
	  50%{background-position:100% 65%}
	  100%{background-position:0% 36%}
  }
  @keyframes gradient {
	  0%{background-position:0% 36%}
	  50%{background-position:100% 65%}
	  100%{background-position:0% 36%}
  }
  ::-webkit-scrollbar {
	  display: none;
  }
  
/* ------------------- */

body {
	margin: 0;
	background-color: #000;
	color: #fff;
	font-family: Monospace;
	font-size: 13px;
	line-height: 24px;
	overscroll-behavior: none;
	font-weight: normal;
	font-size: 20px;
}

a {
	color: rgb(255, 255, 255);
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

button {
	cursor: pointer;
	text-transform: uppercase;
}

#info {
	position: absolute;
	top: 0px;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 1; /* TODO Solve this in HTML */
	overflow: scroll;
}

a, button, input, select {
	pointer-events: auto;
}

.lil-gui {
	z-index: 2 !important; /* TODO Solve this in HTML */
}

@media all and ( max-width: 640px ) {
	.lil-gui.root { 
		right: auto;
		top: auto;
		max-height: 50%;
		max-width: 80%;
		bottom: 0;
		left: 0;
	}
}

#overlay {
	position: absolute;
	font-size: 12px;
	z-index: 2;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0);
	visibility: hidden;
	height: auto;
}

#overlay button {
	background: transparent;
	border: 0;
	border: 1px solid rgb(255, 255, 255);
	border-radius: 4px;
	color: #ffffff;
	padding: 12px 18px;
	text-transform: uppercase;
	cursor: pointer;
}

/*# sourceMappingURL=main.css.map*/