#form_holder {
	width: 33vw;
	border: 1px solid black;
	border-radius: 20px;
	margin: auto;
	text-align: center;
}

#range_table, #curves_table {
	margin: auto;
}

#header, p {
	text-align: center;
}

.point_button {
	/* nothing here yet */
}

input {
	font-family: monospace;
	
}

* {
	font-family: Georgia;
	text-decoration: none;
	color: black;
}