body {
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.87);
    background-color: #000000;
    background-image: url("/assets/space-art.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

#app {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#welcome{
    width: fit-content;
    height: fit-content;
    margin:auto;
    text-align: center;
}

#welcome h1{
    margin-top: 3em;
}

#qrcode {
    zoom: 2;
}