button {
	display: inline-block;
	padding: 0.3em 1.2em;
	margin: 0 0.1em 0.1em 0;
	border: 0.16em solid rgba(255, 255, 255, 0);
	border-radius: 2em;
	box-sizing: border-box;
	text-decoration: none;
	text-shadow: 0 0.04em 0.04em rgba(0, 0, 0, 0.35);
	text-align: center;
	transition: all 0.2s;
	font-family: Roboto, sans-serif;
	background-color: #ff8f40;
	color: white;
	margin-top: 30px;
}

button:hover {
	border-color: #0a0e14;
}

@media all and (max-width: 30em) {
	button {
		display: block;
		margin: 0.2em auto;
	}
}

body {
	background-color: #0a0e14;
	padding-left: 2em;
	padding-top: 2em;
	margin-bottom: 50px;
}

h1,
h2 {
	color: #f8f8f2;
	font-family: Roboto, sans-serif;
}

.CodeMirror {
	font-size: 16px;
}

footer {
	padding-left: 2em;
	color: #cecece;
	font-family: Roboto, sans-serif;
	position: fixed;
	height: 50px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

.swal2-html-container {
	color: #cecece;
	font-family: Roboto, sans-serif;
}

a {
	text-decoration: none;
	color: #7dbbe6;
}

.cm-s-ayu-dark.CodeMirror {
	background: #0a0e14;
	color: #b3b1ad;
}
.cm-s-ayu-dark div.CodeMirror-selected {
	background: #273747;
}
.cm-s-ayu-dark .CodeMirror-line::selection,
.cm-s-ayu-dark .CodeMirror-line > span::selection,
.cm-s-ayu-dark .CodeMirror-line > span > span::selection {
	background: rgba(39, 55, 71, 99);
}
.cm-s-ayu-dark .CodeMirror-line::-moz-selection,
.cm-s-ayu-dark .CodeMirror-line > span::-moz-selection,
.cm-s-ayu-dark .CodeMirror-line > span > span::-moz-selection {
	background: rgba(39, 55, 71, 99);
}
.cm-s-ayu-dark .CodeMirror-gutters {
	background: #0a0e14;
	border-right: 0px;
}
.cm-s-ayu-dark .CodeMirror-guttermarker {
	color: white;
}
.cm-s-ayu-dark .CodeMirror-guttermarker-subtle {
	color: #3d424d;
}
.cm-s-ayu-dark .CodeMirror-linenumber {
	color: #3d424d;
}
.cm-s-ayu-dark .CodeMirror-cursor {
	border-left: 1px solid #e6b450;
}

.cm-s-ayu-dark span.cm-comment {
	color: #626a73;
}
.cm-s-ayu-dark span.cm-atom {
	color: #ae81ff;
}
.cm-s-ayu-dark span.cm-number {
	color: #e6b450;
}

.cm-s-ayu-dark span.cm-comment.cm-attribute {
	color: #ffb454;
}
.cm-s-ayu-dark span.cm-comment.cm-def {
	color: rgba(57, 186, 230, 80);
}
.cm-s-ayu-dark span.cm-comment.cm-tag {
	color: #39bae6;
}
.cm-s-ayu-dark span.cm-comment.cm-type {
	color: #5998a6;
}

.cm-s-ayu-dark span.cm-property,
.cm-s-ayu-dark span.cm-attribute {
	color: #ffb454;
}
.cm-s-ayu-dark span.cm-keyword {
	color: #ff8f40;
}
.cm-s-ayu-dark span.cm-builtin {
	color: #e6b450;
}
.cm-s-ayu-dark span.cm-string {
	color: #c2d94c;
}

.cm-s-ayu-dark span.cm-variable {
	color: #b3b1ad;
}
.cm-s-ayu-dark span.cm-variable-2 {
	color: #f07178;
}
.cm-s-ayu-dark span.cm-variable-3 {
	color: #39bae6;
}
.cm-s-ayu-dark span.cm-type {
	color: #ff8f40;
}
.cm-s-ayu-dark span.cm-def {
	color: #ffee99;
}
.cm-s-ayu-dark span.cm-bracket {
	color: #f8f8f2;
}
.cm-s-ayu-dark span.cm-tag {
	color: rgba(57, 186, 230, 80);
}
.cm-s-ayu-dark span.cm-header {
	color: #c2d94c;
}
.cm-s-ayu-dark span.cm-link {
	color: #39bae6;
}
.cm-s-ayu-dark span.cm-error {
	color: #ff3333;
}

.cm-s-ayu-dark .CodeMirror-activeline-background {
	background: #01060e;
}
.cm-s-ayu-dark .CodeMirror-matchingbracket {
	text-decoration: underline;
	color: white !important;
}
