body {
  background-color: #ccc;
}

.bg-siri {
  background-color: #3527a4;
}

.navbar-brand {
  background-image: url(//specialk.me.uk/images/siri.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding-left: 50px;
}

.card.shortcut {
  margin: 1rem 0px;
  border-radius: 1rem;
}

.card.shortcut .card-body {
  border-radius: 1rem;
  background: linear-gradient(141deg, transparent 0%, rgba(0,0,0,0.3) 100%);
}

.card.shortcut .card-body:hover {
  background: linear-gradient(141deg, transparent 0%, rgba(0,0,0,0.4) 100%);
}

.text-shadow,
.card.shortcut .card-body a {
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.8);
}

.card.shortcut .card-body a:hover {
  text-decoration: none;
}

.card.shortcut .card-body,
.card.shortcut .card-body a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  flex-grow: 1;
}
