@font-face {
  font-family: "DINPro-CondBold";
  src: url("/font/DINPro-CondBold.otf");
}

@font-face {
  font-family: "DINPro-CondMedium";
  src: url("/font/DINPro-CondMedium.otf");
}

@font-face {
  font-family: "DINPro-CondBlack";
  src: url("/font/DINPro-CondBlack.otf");
}

body {
  background-color: #440e62;
  font-family: "DINPro-CondMedium";
  padding-top: 50px;
  padding-bottom: 50px;
}

.container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}

img {
    width: 90%;
    max-width: 600px;
}


.subheader {
    font-size: 1.8rem;
    text-align: center;
    margin-top: 30px;
}

.available {
    text-align: center;
    font-size: 1.6rem;
    margin-top: 30px;
}

.stores {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    height: 70px;
    justify-content: center;
    align-items: center;
}

.stores a {
    height: 100%;
    width: 45vw;
    max-width: 350px;
    margin-right: 1vw;
    margin-left: 1vw;
}

.storeimg {
    width: 100%;
    height: 100%;
}

.reels {
    margin-top: 30px;
}

.kaarte {
    
    text-align: center;
    font-size: 1.8rem;
}

.demo {
    margin-top: 30px;
    width: 90%;
    max-width: 600px;
}

.kaart-slide {
    width: 100vw;
    border-radius: 10px;
}