body {
  background-color: #000 !important;
  background: transparent url(/img/background.jpg) no-repeat fixed top right;
}

nav {
  background-color: #000;
}

main {
  padding-bottom: 2.5rem; /* footer height */
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;
  text-align: center;
  color: #ddd;
}

.container {
  position: relative;
  min-height: 100vh;
}

i.voice::before {
  content: "— ";
}

.drinks {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
}

.card {
  border-radius: 13px;
}
.card .card-image img {
  border-radius: 15px 15px 0 0;
}

.logo {
  color: #5b4ea7;
}

.subtitle {
  color: #524ab4;
}
