header {
  background-color: #dadbd6;
}
header a {
  color: black !important;
}

header a,
.card-title {
  font-family: "Montserrat", sans-serif !important;
}

.card {
  border: none;
  border-radius: 0;
  background-color: #eee;
}

.card-image-container {
  margin-bottom: 1em;
}
.card-image {
  width: 100%;
  border-radius: 10px;
  box-shadow: 1px 1px 10px #00000088;
  transition: transform 0.4s;
}
.card-image-container:hover .card-image {
  transform: scale(1.1);
}

.print-image {
  margin-bottom: 1em;
}

img {
  user-select: none;
  pointer-events: none;
}
