html,
body {
    background-color: black;
    color: white;
    font-family: "Inter", helvetica, arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

.container {
    margin: 0 auto;
    max-width: 100%;
    padding: 10px;
}

section {
    background-color: #000;
}

h1,
h2 {
    line-height: 1;
    text-transform: uppercase;
}

h2 {
    margin-top: 40px;
}

h2:first-of-type {
    margin-top: 20px;
}

.logo {
    display: block;
}

.img-fluid {
    height: auto;
    max-width: 100%;
}

a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

a:hover,
a:active {
    color: #fff;
}

a code {
    color: #fff;
}

#pwaModal {
    color: #000;
}

#data {
    height: 70vh;
    overflow: auto;
}

.scanned_code {
    border: 2px dashed #000000;
    padding: 10px;
}

.scanned_extra_text {
    font-size: 26px;
    border-bottom: 1px solid #000;
}
