#detector-info {
	display: flex;
	margin: 0.25rem 0;
	justify-content: space-between;
}

#pitch-detector canvas {
	border: 1px solid var(--blue);
	box-sizing: border-box;
	width: 100%;
	margin-inline: auto;
	height: 75%;
}

#frequency-display {
	width: 3rem;
}

#note-display {
	width: 2rem;
}

#volume-display {
	width: 1.75rem;
}

.detector-display {
	display: flex;
	justify-content: space-between;
}

.detector-display p {
	margin: 0;
	padding: 0;
}
