body {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1.6;
  color: #333;
  background: url("/images/background.jpg") no-repeat center center fixed;
  background-size: cover;
}

header {
    background: url("/images/banner.jpg");
    background-position: center center;
    background-size: cover;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 1); /* adds shadow under banner */
}

header .logo {
    position: absolute;
    transform: translate(-50%, -50%);
    max-width: 300px; /* scale logo size */
    height: auto;
    filter: brightness(0.1); /* lower value = darker, try 0.5 for more */
}

.card {
    box-shadow: 0 6px 15px rgba(0,0,0,1);
}

.card .card-img-top  {
    height: 150px;
    object-fit: cover;
}
