.welcome-page {
	height: 100vh;
	width: 100vw;
	align-self: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.welcome-page .welcome {
	height: auto;
	width: auto;
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	align-self: center;
}