body {
	font-family: arial;
	background: #ffffff;
	margin: 0;
	padding: 20px;
	text-align: left;
}

#content {
	max-width: 800px;
	margin: auto;
}

h2 {
	border-bottom: 2px solid #1d1d1d;
	margin-bottom: 20px;
}

input, button {
	padding: 10px;
	/* margin: 10px; */
	font-size: 16px;
}

input {
	min-width: 340px;
	max-width: 400px;
}

button, a {
	background: none;
	border: none;
	font-weight: bold;
	cursor: pointer;
	color: black;
	text-decoration: none;
}
button:hover, a:hover {
	text-decoration: underline;
	text-decoration-thickness: 3px;
}

#auth-screen {
	/* text-align: center; */
}

#dropzone {
	border: 2px dashed #aaa;
	padding: 40px;
	margin: 20px;
	background: white;
	cursor: pointer;
}

#file-list, #uploaded-files {
	list-style: none;
	padding: 0;
	margin-top: 20px;
	text-align: left;
	max-width: 600px;
	margin-inline: auto;
}

#file-list li, #uploaded-files li {
	background: #fff;
	border: 1px solid #ccc;
	padding: 8px;
	margin-bottom: 5px;
}

#progress-bar-container {
	width: 80%;
	height: 20px;
	background: #ddd;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
}

#progress-bar {
	height: 100%;
	width: 0;
	background: #4caf50;
}

#progress-percent {
	font-size: 18px;
	margin-top: 10px;
	text-align: center;
}

#copyright {
	text-align: right;
/*	color: #d1d1d1;*/

/*	border-top: 2px solid #d1d1d1;*/
	border-top: 2px solid black;
	margin-top: 20px;
}
