

#container {
    display: none;
    justify-content: center;
    align-items: center;
    background-color: white;
    width:100px;
    position: relative;
    left:32rem;
    top:6rem;
    height:100px;
}
body {
    background-color: black;
}

.tekstMain {
    color:white;
    position: relative;
    left:35rem;
}



form {
 position: relative;
 left:36rem;
 font-size: 1em;
}

.inputtext {
    font-size: 1em;
}

.green {
    color:white;
    position: relative;
    right:20rem;
    display:flex;
    width:100%;
    bottom:20rem;
}




.qrcode {
   width:500px;
   height:500px;
}
