form table {
    border: 1px solid black;
    font-size: 20px;
}


input[type="text"], input[type="submit"], input[type="number"] {
    height: 30px;
    font-size: 20px;
}

#space {
    width: 50%;
}

.creditC {
    width: 50px;
}

.creditC2 {
    width: 100%;
    height: 100%;
    background-color: transparent; 
}

.light {
    color: rgb(180, 176, 176);
}

/* image of card choosen */

#urCard {
    display: none;
    height: 70px;
}