body
{
	background: url('cute_bg.jpg') orange;
	background-repeat: no-repeat;
  	background-size: cover;
	background-position: center;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: stretch;
	height: 100vh;
	margin: 0px;
}

h1
{
	color: white;
	font-size: 44px;
	margin: 0px;
	margin-bottom: 30px;
}

form, .frame
{
	border: 2px solid #eeeeee;
	padding: 30px;
	padding-bottom: 40px;
	background-color: rgba(0, 0, 0, .6);
	text-align: center;
	box-shadow: rgba(0,0,0,.7) 0 0px 100px;
	margin-left:auto;
	margin-right: auto;
	max-width: 1000px;
	width: 80%;
}

input, select, button
{
	font-size: 24px;
}

input[type=url]
{
	width: 60%;
	padding: 10px;
}

input[type=submit]
{
	margin-top: 20px;
}


input[type=button], input[type=submit], select
{
	width: 150px;
	margin-left: 10px;
	padding: 10px;
}

button
{
	padding-left: 10px;
	padding-right: 10px;
	width: 80px;
	line-height: 1em;
	margin-right: 10px;
}

#paste
{
	display: none;
}

label
{
	color: white;
	font-size: 24px;
	margin-top: 10px;
}

div #progress
{
	margin-top: 30px;
}

div #progress label
{
	margin: 20px;
}

div #progress progress
{
	width: 50%;
}

div #error
{
	color: #000;
	font-weight: bold;
	width: 80%;
	background-color: rgba(255, 200, 200, .6);
	border: 1px red solid;
	margin: auto;
	margin-top: 20px;
	padding: 10px;
	display: none;
}

div .form_line
{
	display: flex;
}

div .form_line #url
{
	flex: 1;
}