* {
	background-color: #D13058; /* #741B47; */
	color: white;
	font-family: 'Courier New', Courier, monospace;
}

#welcome {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
	width: 100%;
}

.title {
	font-size: 3rem;
}

.soon {
	font-size: 1.5rem;
}

.hide-redirecting-sharing-profile {
	display: none;
}

.show-redirecting-sharing-profile {
	display: block !important;
	margin-top: 50px;
}
