@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#qrcode {
	margin-left: auto;
	margin-right: auto;
}

.dropzone {
	border-radius: 10px;
	border-style: none;
	border-color: #6c757c;
	box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
}

.media-card {
	border: none;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.media-card:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

a.gallery-item {
	height: 250px;
	width: 100%;
	display: block;
	overflow: hidden;
	border: solid 11px rgba(255, 255, 255, 1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

a.gallery-item img {
	width: 100%;
	height: auto;
	margin-top: -25%;
}