body {
	font-family: Arial, sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	margin: 0;
	background-color: #4a4840;
	color: #FFCB05;
}

.container {
	text-align: center;
	padding: 0;
}

.admin {
	scale: 1;
}

img {
	max-width: 100%;
	height: auto;
	border-radius: 0;
}

.text-output {
	font-size: calc(5vw + 5vh);
	font-weight: bold;
	color: #FFCB05;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type=text], select {
	width: -webkit-fill-available;
	padding: 10px;
	margin: auto;
	margin-right: auto;
	background-color: #4a4840;
	color: #FFCB05;
}

button {
	width: 100%;
	padding: 10px;
	background-color: #4a4840;
	color: #FFCB05;
	font-size: 1em;
}

input[type="file"] {
	display: none;
}

.custom-file-upload {
	display: inline-block;
	width: -webkit-fill-available;
	padding: 10px;
	background-color: #4a4840;
	color: #FFCB05;
	font-size: 1em;
	border: 2px solid #535352;
	display: inline-block;
	cursor: pointer;
}

input[type="file"]::file-selector-button {
  	width: 100%;
	padding: 10px;
	background-color: #4a4840;
	color: #FFCB05;
	font-size: 1em;
}

.message {
	color: #4a4840;
	margin-bottom: 10px;
	font-size: 1.3em;
	font-weight: bold;
	background-color: #009300;
	padding: 4px;
}