* {
	font-family: InterVariable, sans-serif;
}

body {
	width: max-content;
}

body > * {
	width: calc(100dvw - 16px);
}

textarea {
	display: block;
	position: sticky;
	top: 8px;
	left: 8px;
	box-sizing: border-box;
}

.buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 1rem;
	margin-top: 5px;
}

#graphSection {
	width: max-content;
	margin-right: 30rem;
	margin-bottom: 7rem;
}
