.form {    display: flex;    flex-direction: column;    min-width: 100px;}.form_input, .form_label {    width: 80vw;    margin: 1px;    text-align: center;    flex: 1;    height: 30px;    max-width: 250px;    display: flex;    flex-direction: column;    justify-content: center;}.lightgray:hover {    background-image: linear-gradient(to left, #b195ea, #b495f1);}