html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    margin-bottom: 60px;
}

#qrCode {
    width: 160px;
    height: 160px;
    background-color: white;
}

#qrCode img {
    padding: 5px;
}