body {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
}

h1 {
    margin-top: 0px;
}

#transbox {
    color: rgb(236, 236, 236);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgb(13, 49, 97);
    padding: 2%;
    width: 80%;
    border-radius: 3px;
}

#chclose {
    width: 35px;
    margin:-7px 95%;
    display: flex;
    cursor: pointer;
}

.inputs {
    height: 25px;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-top: 5px;
    padding-left: 7px;
    font-size: 17px;
}

#chmonth {
    width: 50px;
}

#chcvc {
    width: 60px;
}

.buttons {
    height: 40px;
    width: 100px;
    font-size: 18px;
    margin: 0px 5px 15px 5px;
    border: none;
    cursor: pointer;
}

#submit {
    color: white;
    background-color: rgb(24, 143, 24);
}

#loader {
    top: 2%;
    left: 7%;
    width: 85%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.842)
}

@media(max-width: 600px) {
    #transbox {
        padding: 3%;
        font-size: 12px;
        width: 95%;
    }

    #loader {
        width: 96%;
        left: 2%;
    }
}
