* {
    margin: 0;
}

h1 {
    text-align: center;
    padding: 30px;
}

.content_form {
    display: flex;
    justify-content: center;
}

form {
    background-image: url(../img/card.jpg);
    padding: 30px;
    border-radius: 20px;
    border: 4px solid darkgreen;
    background-repeat: repeat;
    padding-right: 150px;
}

.div-card-number {
    margin-top: 30px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 15px;
}

.div-name-card {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 15px;
}

.div-date-card {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.div-date-card-1 {
    display: flex;
    flex-direction: column;
    min-width: 90px;
}

.div-date-card-2 {
    display: flex;
    flex-direction: column;
    max-width: 90px;
}

.div-date-card-3 {
    display: flex;
    flex-direction: column;
    max-width: 90px;
}
input {
    font-size: 12pt;
    justify-content: center;
}