.copy-code {
	cursor: pointer;
	color: #2271b1;
}

#scene3d-clipboard-message {
	position: fixed;
	bottom: 0;
	width: 100%;
	justify-content: center;
	display: none;
}

#scene3d-clipboard-message > div {
	background-color: black;
	color: white;
	border-radius: 1.5rem;
	padding: 10px 20px;
	margin-bottom: 1rem;
}
