body {
	background-color: rgb(37,42,43);
	color: white;
	font-family: serif;
}

input, button {
	background-color: rgb(120,124,116);
	color: white;
}

#collapsible {
	font-size: 1em;
}

.generalDiv .content {
	display: none;
}

.generalDiv p {
	font-size: 1.1em;
}

.upload-container {
	max-width: 500px;
	margin: auto;
}

.progress-container {
	width: 100%;
	background-color: #f1f1f1;
	border-radius: 4px;
	margin-bottom: 10px;
	overflow: hidden;
	display: none;
}

.progress-bar {
	height: 24px;
	width: 0;
	background-color: #4caf50;
	text-align: center;
	line-height: 24px;
	color: white;
	font-size: 14px;
}

.status {
	margin-bottom: 10px;
	min-height: 18px;
	white-space: pre-wrap; /* Preserves whitespace but allows wrapping */
	font-family: serif;
}

