body {
 background-image: url("/static/imgs/UI.v3.Background.png");
 background-color: #cccccc;
 font-family: 'Merriweather', serif;
}

#qr_mamook {
    font-family: 'Merriweather', serif;
    font-size: 180px;
    position: absolute;
    top: 100px;
    left: 126px;
    color: black;
}

#qrcode {
    position: absolute;
    top: 351px;
    left: 740px;
}

#qr_letschat {
    font-family: 'Merriweather', serif;
    font-size: 148px;
    position: absolute;
    top: 788px;
    left: 389px;
    color: #292410;
}

#qr_scan {
    font-family: 'Merriweather', serif;
    font-size: 52px;
    position: absolute;
    top: 974px;
    left: 94px;
    color: black;
}


@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/static/fonts/Merriweather-Bold.ttf) format('truetype');
}
