html {
    min-height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
}
body {
    min-height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* background: linear-gradient(300deg, #db0cd1,#2d0bec); */
    /* background: linear-gradient(300deg, #9411b4c9,#c58b0c); */
    /* background: linear-gradient(300deg, #058840,#2c118b); */
    /* background: linear-gradient(300deg, #46ee1c,#e6e20d); */
    /* background: linear-gradient(300deg, #09eeee,#1757b6); */
    background: linear-gradient(300deg, #08adad,#2306c5);

}
.panel{
    display: block;
    text-align: left;
    margin: auto;
    padding: 15px;
    background-color: #000;
    max-width: 80%;
    border-radius: 10px;
}
.panel h1{
    color: #fff;
    margin-top: 0px!important;
}
.customBtn{
    background-color: #08adad;
    border-radius: 10px;
    padding: 10px;
    width: 10%;
    min-width: 100px;
    color: #fff;
    font-weight: bold;
    margin: auto;
    justify-content: center;
}
.customBtn:hover{
    background-color: #2306c5;
}
.logo {
    color: #fff;
    text-decoration: none!important;
    margin: 20px auto;
    text-align: center;
    text-shadow: 3px 3px #0a0250; 
    font-size: 56px;
}
.LogoContainer a{
    text-decoration: none!important;
}
.panel #URL, .customBtn{
    display: inline-flex;
}
.panel #URL {
    padding: 10px;
    border-radius: 10px;
    width: 88%;
}
#qrcode svg{
    border: 10px solid #fff;
}
#qrcode{
    margin: 30px auto 10px auto;
    text-align: center;
}
.panel div{
    text-align: center;
    margin: auto;
    color: #fff;
}
.panel.ViewQrPage{
    text-align: center;
}
.ViewQrPage .downloadQrCode{
    margin: 15px auto;
}
.ViewQrPage .destination a span{
    color: #08adad!important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
}
.ViewQrPage .destination a{
    color: #08adad!important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
