
.giftstarr{
    --main-color: #f2be75;
    --bg-color: #293745;
    --aux-color: black;
}

.giftstarr h1 {
    letter-spacing: -0.05em;
}


.giftstarr .screen{
  background: linear-gradient(7deg, rgba(27,45,44,0.8) 0%, rgba(200,200,50,0.11) 34%, rgba(242,190,117,0) 60%);
}
.giftstarr .navibar>*{
    margin: 1px;
}
.giftcards.giftstarr .cardArtwork {
    background-image: url("/centres/giftstarr_card.png");
}
.giftcards.giftstarr .infoPanel {
    background-color: var(--main-color);
    color: var(--bg-color);
}
.main > *{
    border-radius: 1em;
}

.giftcards.giftstarr .brandHeader>.logo{
    background-image: url("/centres/giftstarr_logo-yellow.png");
    background-size: contain;
    margin: 0;
}
.giftcards.giftstarr .brandHeader.large>.logo{
    width:100%;
    height:5em;
    transform: rotate(-5deg);
    filter: blur(2px);
}
.giftcards.giftstarr .brandHeader.small>.logo{
    width:8em;
    height:3em;
}
.giftcards.giftstarr .button, .giftcards.giftstarr button{
    border: 1px solid;
}
.giftcards.giftstarr .infoPanel .Typewriter{
    font-size: 1.1rem;
}
