@import url('https://fonts.googleapis.com/css2?family=Arapey&display=swap');

body {
    background-image: url('../images/1.png'); /* Relative to public/css/ */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #f8f9fa;
}

header {
    background-image: url('../images/1.png'); /* Relative to public/css/ */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #f8f9fa;
}

.gift-card {
    transition: transform 0.2s;
    cursor: pointer;
}

.gift-card:hover {
    transform: scale(1.02);
}

.qr-code {
    display: block;
    width: 200px;
    height: 200px;
    height: auto;
    margin: 20px auto;
}

.opacity-50 {
    opacity: 0.5;
    cursor: not-allowed;
}

.arapey {
    font-family: 'Arapey', serif;
    font-size: 4.5rem;
    font-weight: normal;
    color: #485766;
}

@font-face {
    font-family: 'VirtualCustom';
    src: url('../fonts/VIRTUAL__.ttf') format('truetype'); /* Relative to public/css/ */
}

.virtual {
    font-family: 'VirtualCustom', cursive;
    font-size: 3.5rem;
    color: #485766;
}