body {
	margin: 0;
	margin-bottom: 40vh;
	font-family: monospace;
	width: fit-content;
}

button {
	cursor: pointer;
}

synth-rack > div header {
	margin: 0.5rem 1rem 0rem 1rem;
	display: flex;
	flex-direction: row;
	column-gap: 0.4rem;
}

synth-rack > div header h1 {
	margin: 0rem;
	flex-grow: 1;
}

dialog.activate {
	padding: 2rem;
	border-radius: 1rem;
}

dialog.activate button {
	font-size: 1.5rem;
}

dialog.activate::backdrop {
	background-color: rgba(0, 0, 0, 0.75);
}

a#contact {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	font-size: 0.75rem;
	text-align: center;
}

.web-component {
	display: contents;
}

