﻿@charset "UTF-8";

fieldset {
	margin-bottom: 1em;
}

select {
	margin-right: 1.5em;
	border: 1px solid var(--text);
}

#output {
	border: 1px dotted var(--highlight1);
	background-color: var(--highlight3);
	font-family: "Noto Music", var(--allofemanubis);
	font-size: 2em;
	padding: 0.3em 0.4em;
	margin-bottom: 3rem;
}

label, button, select, input {
	margin: 0.2em 0;
}