.card{
    max-width: 800px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    height: 400px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
   
}
img{
    width: 300px;
    
}
button, .submit-btn{
    width: 100%;
    height: 48px;
    border: unset;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    background: #ffe100;
    padding: 10px;
    cursor: pointer;
}

label{
    display: block;
    padding-bottom: 10px;
}
.card1{
    max-width: 800px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 400px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
     
}

form{
    width: 100%;
}
select, input{
    width: 100%;
}
label, select, input{
    font-size: 20px;
    
}

select{
    height: 48px;
}

.margin-bottom{
    margin-bottom: 30px;
}

.project-d-flex{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}


