html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 0;
  background-color: #1f0d2a;

  background: url(https://fastly.picsum.photos/id/1001/5000/3333.jpg?hmac=UbIRevaWjnn6ZakFaSYznGEWB3xFcLm-BG4tgmehu_k)
    no-repeat;
  background-size: cover;
}

#store {
  max-height: 1000px;
  overflow: scroll;
}

footer {
  border: none;
  background: rgb(var(--bs-dark-rgb));
  height: 72px;
  display: flex;
  align-items: center;
}

.nav-link {
  color: white !important;
}

.customContainer {
  display: contents;
  background-color: #1f0d2a1c;
  filter: drop-shadow(2px 3px 17px #1f0d2aba);
  color: white;
  padding: 24px;
  border-radius: 15px;
}

table {
  color: white !important;
}

main {
  color: white !important;
    background: #80808038;
    padding: 30px;
    border-radius: 15px;
}

