* {
    box-sizing: border-box;
    touch-action: manipulation;
}

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    /*background: linear-gradient(135deg, #0d1117, #131820);  */
}

body {
    /* position: fixed; 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;  */
    
    font-family: Helvetica, Arial, "Open Sans", OpenSans, sans-serif;
    /* text-align: center; */
    color: #fff;
/*
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-touch-callout: none;
*/
    /*
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
   */
    
    overflow: hidden;
}
/*
main{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    /* overflow-y: scroll; */
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    /*content-visibility: auto;*/
}
 */
 
header {
    /*position: sticky;
    top: 0; */
     width: 100%;
     height: 50px;
     /* background: linear-gradient(to right, rgba(13, 17, 22, 0.94), rgba(17, 21, 28, 0.94)); */
     background: linear-gradient(to right, rgba(13, 17, 22, 0.64), rgba(17, 21, 28, 0.64));
     padding: 15px 0;
     /* border-bottom: 1px solid #181f2a; */
     z-index: 2;
 }
 
.wrapper{
    position: relative;
    display: block;
    /* margin: auto; */
    /*max-width: 600px; */
    text-align: left;
    padding: 1.2em;
    padding-top: 40px;
    z-index: 1;
}
/*
a{
    display: inline-block;
    color: #3374ff;
    text-decoration: none;
    font-weight: 600;
}
b{
    display: block;
    padding: 10px;
}
*/

button{
    padding: 5px 10px;
    margin-bottom: 5px;
}
h1{
    margin: 0;
    padding: 0;
}
/*
h1 img{
    width: 100%;
    height: auto;
}
h2{
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
}
h3{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin:0;
}
*/

hrXX {
    border: 0;
    border-bottom: 1px solid #1c2431;
    margin-bottom: 20px;
    padding-top: 20px;
}

.button {
    display: inline-block;
    background-color: #0050ff;
    color: #fff;
    width: auto;
    border-radius: 10px;
    padding: 15px 25px;
    cursor: pointer;
}


