input[type=text], input[type=date] ,input[type=time],select, textarea {
    width: 100%; 
    padding: 12px; 
    border: 1px solid #ccc; 
    border-radius: 4px;
    box-sizing: border-box; 
    margin-top: 6px; 
    margin-bottom: 16px; 
    resize: vertical 
}


input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}


button{
    background-color: #45a049;
}


.commit{
    border-radius: 5px;
    margin: 30px;
    padding: 20px;
}

#grey{
    color: green
}