body {
	background-image: url("background-index.png");
}
.welcome {
	text-align: center;
	position: absolute;
 	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.5em;
}
.welcome section + section {
	margin-top: 10vh;
}
.welcome p {
	font-size: 1.5em;
}
.welcome input {
	position: absolute;
	left: -3000px;
}
