.urlString {
	display: none;
}

.card-header {
	display: flex;
}

.title-app {
	font-size: medium;
}

#logo-app {
	margin: auto 5px auto 10px;
}

.container-app {
    display: flex;
	width: 100%;
	height: max-content;
	justify-content: space-between;
	align-self: center;
}

.card-app {
	padding: 0.75rem !important;
}

#url-app {
	height: max-content;
	align-self: center;
	padding: 0.5rem 1.25rem;
	font-weight: 600;
	border-radius: 5px !important;
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

#card-download {
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
	display: block;
	opacity: 1 !important;
	z-index: 10000;
	background-color: whitesmoke;
	top: 0 !important;
	width: 100%;
}