#main {
	background-color: #fff9ca;
	width: fit-content;
	margin: auto;
	padding: 25px;
	border: 1px solid #aaa;
	box-shadow: 5px 8px #888888;
}
.label {
	margin: 8px 0;
	display: inline-block;
	width: 110px;
}
.url {
	display: inline-block;
	width: 600px;
	height: 2em;
  	margin: 8px 0;
}
.long-url {
  	border: 1px solid #aaa;
  	border-radius: 4px;
  	box-sizing: border-box;
	width:580px;
}
.row-item {
	background-color: #eee;
	#display: inline-block;
	width: fit-content;
	height: fit-content;
	padding: 12px 5px;
	margin: 20px auto;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	box-shadow: 5px 8px #888888;
}
.short-url {
	width: 200px;
}
.align-center-content {
	width: 100%;
	margin: auto;
}
.header {
	font-size: 2em;
	width: fit-content;
	text-shadow: gray 3px 3px 6px;
	color: #0221c6;
	font-weight: bold;
}
.error {
	color: red;
	height: 80px;
	padding: 20px;
}

.btn {
	background-color: #4CAF50;
	padding: 8px 5px;
	margin: 8px 0;
	border: none;
  	border-radius: 4px;
  	cursor: pointer;
	color: white;
}
.submit {
	width: 100%;
	height: 40px;
	box-shadow: 5px 8px #888888;
}

.btn:disabled {
  color: #ccc;
  cursor: not-allowed;
}

.required:after {
    content:" *";
    color: red;
  }

.hidden {
	display: none;
}

#copied-text {
	color: #ff8080;
}
