main {
    min-height: calc(100vh - 240px);
    padding-top: 3rem;
}

.barcode {
    text-align: center;
    margin: 0 auto;
    max-width: 350px;
    padding: 10px;
    padding-top: 20px;
}

.barcode svg, .barcode img, .barcode {
    background-color: white !important;
    background: white !important;
}

@media (prefers-color-scheme: dark) {
    .barcode svg, .barcode img, .barcode {
        background-color: white !important;
        background: white !important;
    }
}

.barcode span {
    font-weight: bold;
    font-size: 1.5rem;
}

@media all and (max-width: 1024px) {
    .container {
        padding: 0 20px;
    }
}

@media all and (max-width: 512px) {
    .title.is-1 { font-size: 2rem; }
    .title.is-2 { font-size: 1.75rem; }
    .title.is-3 { font-size: 1.5rem; }
    .subtitle.is-3 { font-size: 1.5rem; }
}

.points {
    width: 128px;
    height: 64px;
    margin: 0 auto;
    background-color: #ffe628;
    color: #111;
    font-size: 2rem;
    text-align: center;
    line-height: 64px;
    border-radius: 32px;
}