canvas {
}
.tdcenter {
	text-align: center;
}
.centerTable {
	margin: 0px auto;
}
.center {
	padding-left: 0;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background-color: 'yellow';
}
.slider {
	width: 120px;
}
.label {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 17px;
}
.labelRed {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: bold;
	color: red;
	font-size: 20px;
	font-family:arial;
}


.notes {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 19px;
	
}
.hdr {
	text-align: center;
	width: 300px;
}
.textbox {
	text-align: center;
	width: 50px;
}
.dropdown {
	text-align: center;
	width: 150px;
}
.sample {
	width: 50px;
}
table {
	border-collapse: collapse;
}
.centertable {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.instructions {
	font-size: 17px;
}
.title {
	font-size: 35px;
	font-weight: bold;
	display: flex;
	justify-content: center; /* Centers horizontally */
	align-items: center; /* Centers vertically */
}
.main {
	width: 600px;
	border: 0px;
	padding-left: 0;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.sub {
	width: 280px;
	border: 1px solid black;
}
.input {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#launchButton {
    background-color: red;
    color: white;            /* Makes text white */
    font-weight: bold;
    font-size: 18px;
    padding: 5px 10px;      /* Adds space inside the button */
    border: none;            /* Removes the old-school 3D border */
    border-radius: 5px;      /* Rounds the corners slightly */
    cursor: pointer;         /* Changes mouse to a hand when hovering */
}