table th a{
    color: black;
    text-decoration: none;
}

.product-form{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    background: white;
    padding: 20px;
    border-radius: 8px;
}