body {
	background-image: linear-gradient(to top, black, #141414);
	margin: 0;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
}

.title {
	text-align: center;
	margin-bottom: 20px;
}

.textfield {
	
	padding: 12px;
	border: 2px solid white;
	border-radius: 6px;
	background: transparent;
	color: white;
	box-sizing: border-box;
	font-size: 16px;
}


img {
	max-width: 100%;
	max-height: 100%;
}