*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color: #18191A;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.bg{
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2.6rem;
    flex-direction: column;
}

.body{
    background-color: #ffffff;
    border-top: 4px solid #1851D1;
    display: flex;
    flex-direction: column;
    max-width: 100vw;
    border-radius: 10px;
    height: auto;
    margin-bottom: 30px;
}

.body .up{
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 5rem;
    height: 60%;
}

.fa-lock{
    color: #07A753;
    font-size: 1em;
    width: 0.875em;
    /* display: flex; */
    margin-right: 5px;
}

.fa-lock::before{
    content: " ";
}

.body .up .sth{
    margin-bottom: 30px;
    font-size: .8rem;
}

.body .up h3{
    font-size: 1.8rem;
    margin-bottom: 10px;
}

ul li{
    list-style-type: none;
}

.body .down .words-list{
    padding: 1rem 9rem;
    margin-bottom: 10px;
}

.body .down .words-list ul{
    display: flex;
    justify-content: space-between;
    color: beige;
}

hr{
    color: beige;
}

.body .down .keystore{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 2rem;
}

.body .keystore .btn{
    width: 100%;
    background-color: inherit;
    color: beige;
    border: 1px dashed #454748; 
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.body .keystore .passw{
    width: 100%;
    background-color: inherit;
    color: beige;
    border: 1px solid #454748; 
    padding: .7rem;
    border-radius: 10px;
    margin-bottom: 20px;
}

.body .keystore .bttn{
    width: 30%;
    color: beige;
    background-color: #1548BB;
    padding: .6rem;
    border: none;
    border-radius: 5px;
    margin: auto;
    transition: all .4s ease;
    cursor: pointer;
    margin-bottom: 20px;
}

.body .keystore .bttn:hover{
    background-color: #1140af;
}

.body .down a{
    text-align: center;
    display: block;
    color: #1548BB;
    text-decoration: none;
}

.ledger{
    display: none;
    justify-content: center;
    align-self: center;
    padding-top: 2rem;
    flex-direction: column;
}

.ledger .img{
    margin: auto;
    margin-bottom: 25px;
}

.ledger .img #ledger-svg .ledger-stroke{
    stroke: #e4e6eb;
}

.ledger .img #ledger-svg .ledger-fill-inner-bg {
    fill: #737679;
}

.ledger .img #ledger-svg .ledger-fill-outer-bg {
    fill: #242526;
}

.ledger .words{
    text-align: center;
}

.ledger .words h3{
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.ledger .words p{
    margin-bottom: 50px;
}

.ledger .words button{
    background-color: #2b65ec;
    padding: 1rem;
    border: none;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 20px;
}

.ledger .words a{
    margin-bottom: 15px;
}

.ledger .words a:last-child{
    margin-bottom: 40px;
}

.body .down .pem{
    display: none;
    flex-direction: column;
    text-align: center;
    padding: 2rem;
}

.body .pem .btn{
    width: 100%;
    background-color: inherit;
    color: beige;
    border: 1px dashed #454748; 
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 60px;
    margin-top: 20px;
    cursor: pointer;
}

.body .pem .bttn{
    width: 30%;
    color: beige;
    background-color: #1548BB;
    padding: .6rem;
    border: none;
    border-radius: 5px;
    margin: auto;
    transition: all .4s ease;
    cursor: pointer;
    margin-bottom: 20px;
}

.body .pem .bttn:hover{
    background-color: #1140af;
}

img{
    width: 100%;
    height: 100%;
}

.maiar{
    display: none;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-self: center;
    padding-top: 3rem;
}

.maiar .box{
    height: 15rem;
    width: 15rem;
    margin: auto;
    margin-bottom: 20px;
}

.maiar .words h3, .maiar .words p{
    color: beige;
    margin-bottom: 30px;
}

.maiar button{
    background-color: #2b65ec;
    width: 60%;
    margin: auto;
    padding: 15px;
    border: none;
    border-radius: 6px;
    color: beige;
    margin-bottom: 20px;
    transition: all .3s ease;
    cursor: pointer;
}

.maiar button:hover{
    background-color: #1140af;
}

.maiar a{
    margin-bottom: 50px;
}

.down .words-list ul li{
    transition: all .3s ease;
    cursor: pointer;
    padding: 10px;
}

.down .words-list ul li:hover{
    color: #3064DE;
}

.down .words-list ul li:visited{
    color: yellow;
}

.fa-heart{
    width: 1em;
    color: red;
}

.out .st p:first-child{
    color: #B0B3B8;
    margin-bottom: 20px;
    word-spacing: 3px;
}

.out .st p a{
    text-decoration: none;
    color: #1548BB;
}

.out .st p:last-child{
    color: #fff;
}

@media( max-width: 500px){
    .body .down .words-list{
        padding: 1rem 3rem
    }
}

@media( max-width: 350px){
    .body .down .words-list{
        padding: 1rem 2rem
    }
}

/* EXTENSION.HTML */
.body .down{
    display: flex;
    flex-direction: column;
}

.body .down .secret{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.body .down .secret p{
    color: #B0B3B8;
    margin-bottom: 20px;
}

.body .down .secret textarea{
    height: 100px;
    border-radius: 5px;
    background-color: #2A2A2A;
    padding: .3rem;
    color: beige;
    border: 1px solid #737679;
    margin-bottom: 20px;
    width: 300px;
}

.body .down .secret .text{
    background-color: #2A2A2A;
    border: 1px solid #737679;
    width: 300px;
    border-radius: 5px;
    padding: .7rem;
    margin-bottom: 30px;
}

.body .down .secret button{
    background-color: #1851CF;
    color: #B0B3B8;
    padding: 10px;
    border: none;
    border-radius: 5px;
    width: 150px;
    transition: all .3s ease;
    cursor: pointer;
    margin-bottom: 20px;
}

.body .down .secret button:hover{
    background-color: #1140af;
}

.body .down a{
    margin-bottom: 30px;
}