﻿
.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-image: url('/assets/BG.png');*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    /*background-color: rgba(236,87,55,1)*/
}

.infotext {
    text-align: center;
    font-family: Roboto;
    color: #FFFFFF;
    font-size: 22px;

    margin-top: 52px;
    font-weight: 700;
}

.QRbgcolor {
    width: 340px;
    height: 414px;
    background-color: rgb(236,235,235);
    margin: auto;
    border: solid 1px rgba(255,255,255,1);
    border-radius: 4px;
}

.txt2 {
    color: rgba(0,0,0,1);
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
}

.centerverticalalign {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
