body {
	display: flex;
	height: 100vh;
	margin: 0;
	background-color: lightskyblue;
}

.outer-container {
	display: flex;
	flex-direction: column;
	background-color: lightblue;
	width: 60vh;
	margin: auto;
	height: 100;
	height: 200;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 10px 30px rgba(0, 0, 0, 0.2);
}

.input-label { 
	margin: auto;
	margin-bottom: 0;
}

.input-container {
	margin: auto;
	margin-top: 0;
	display: flex;
	flex-direction: column;
}

