html{
    font-size: 18px;
}

body {
    font-family: nimbus-sans, sans-serif;

    letter-spacing: -0.5px;

    background: #fff;

    padding: 10px;

    line-height: 150%;
}

.wrap{
    background-color: #00C4B2;
    padding: 25px;
}

header img{
    width: 100%;
    max-width: 200px;
}

h1{
    color: #fff;
    font-size:2rem;
    font-weight: bold;
    margin: 20px 0;
    line-height: 2.2rem;
}

.redeem_explain{
    background:none;
    color:#fff;
    width:100%;
}


.missing{
    border-color: red;
}

ul{
    padding-left: 13px;
}

form{
    color: #fff;
}

input{
    font-size: inherit;
    border: none;
    outline: none;
}

label input{
    display: block;
    width: 100%;
    padding: 15px 5px;
    max-width: 500px;
}

label{
    display: block;
}

label{
    margin: 15px 0;
    font-weight: bold;
}

a.button {
    display: inline-block;
    border-radius: 500px;
    font-weight: 800;
    font-family: nimbus-sans-extended, sans-serif;
    padding: 20px 40px;
    text-align: center;
    text-decoration: none;
    margin-right: 20px;
}

a.button:hover {
    filter: saturate(1.1);
    transition: all 0.2s;
}
a.button.primary {
    border: 4px solid #E74B8C;
    background-color: #E74B8C;
    color: #fff;
}



.overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.454);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.modal{
    background-color: #E6E8CC;
    color: #00C4B2;
    max-width: 750px;
    width: 95%;
    text-align: center;
    padding: 60px;
    border-radius: 0;
    font-size: 20px;
    box-shadow: 0px 8.708343505859375px 14.513904571533203px 0px #00000040;
    border: none;
}

.modal h2{
    color: #E74B8C;
    font-size: 30px;
    font-weight: bold;
    line-height: 120%;
}

.modal .body{
    margin: 30px auto 0;
    line-height: 160%;
}

.modal .button{
    margin-top: 30px;
    padding: 10px 50px;
}

.modal img{
    width: 70%;
}

#WEB3_CONNECT_MODAL_ID .web3modal-modal-lightbox{
    z-index: 100;
}