@import url(/Courses/Library/CSS/Screen.css);

html {
	background: url(/Courses/Library/CSS/Backgrounds/FormBackground.jpg) fixed center;
	background-size: cover;
	align-items: center;
	display: flex;
	height: 100%;
}

main {
	width: 700px;
	height: 500px;
	position: absolute;
	left: calc(50vw - 350px);
	top: calc(50vh - 250px);
	background: rgba(255, 255, 255, 0.5);
	border-radius: 10px;
}
label, textarea {
	display: inline-block;
	margin: 5px;
}
label:first-of-type {
	margin-right: 0;
}
button {
	margin: 10px 50px;
}