*{ margin:0px; padding:0px; font-size: 12px; color: aliceblue; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;}
body{
    height: 100%;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    background-image: url('https://images.unsplash.com/photo-1478760329108-5c3ed9d495a0?fm=jpg&q=60&w=3000&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8N3x8ZGFyayUyMGJsdWUlMjBiYWNrZ3JvdW5kfGVufDB8fDB8fHww');background-color:rgba(0, 0, 0, 0.5);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background: transparent\80;
}
#logoDiv,#adsDiv, #avatarDiv, #connectWalletDiv, #welcomeDiv{width: 100%; text-align: center;}
#logo{height: 50px; margin: 15px;}
#avatar{height: 100px; width: 100px; border-radius:50px; margin: 15px;}
#welcomeDiv{margin-bottom: 10px;}
#connect{width: 80%;}
#ton-connect  , #ton-connect div tc-root button,  #ton-connect div tc-root div{text-align: center; margin: auto; margin-top: 15px; margin-bottom: 15px;}
#ads{width: 80%; margin: auto; margin-top: 30px; margin-top: 20px;}
#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 10%;
    background-image: url('../images/bottom.png');
    background-size:100% 100%;
}
#bottomCraft{width: 100%; min-height: 100px; clear: both;}
.tabButton{width: 33%; float: left; margin: 0 auto;
    text-align:left; border-right: solid 1px black; text-align: center;}
.tabButton a img{width: 50%; margin: auto; margin-top: 5px;} 

#btnMenu{
    position: fixed;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px; margin: 10px;
}
#btnMenuPopup{width: 100%;}

#content{padding:10px; margin-top: 60px;}

.screenWelcome {
            position: fixed;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background: rgba(0, 0, 0, 0.9);
            z-index: 10;
}


#msgBox{text-align: center; width: 70%;margin: auto; margin-top: 150px; font-weight: bold; }
.clrGreen{color:rgb(9, 255, 0) !important} .clrRed{color:rgb(255, 0, 0) !important}
#btnOkay{padding:5px; padding-left: 20px; padding-right: 20px; background-color: rgb(255, 238, 0); color: black; font-weight: bold; border: solid 1px gray; margin-top: 15px;}