#linkMe {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#linkMe label {
	margin-top: 20px;
	/* width: 100%; */
	font-size: 0.625rem;
	margin-bottom: 5px;
}

#linkMeButton {
	width: 88px;
	height: 31px;
	image-rendering: pixelated;
	margin-top: 10px;
}

#linkMeTextarea {
	width: 100%;
	resize: none;
	font-size: 0.5rem;
}