
input {
    width: 180px;
    height: 30px;
    border-radius: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
}


.browse {
    border: 1px solid black;
    border-radius: .5rem;
    padding: .5rem;
    margin-top: 1rem;
}



tr td {
    padding: .5rem;
}



input[type=submit], .add-category {
    background: black;
    color: white;
    width: 220px;
    font-weight: 700;
    cursor: pointer;
    height: 35px
}


.add-category {
    width: 100px;
    border-radius: .5rem;;
    text-decoration: none;
}
.tables{
    display: flex;
    align-items: center;
    justify-content: space-around;
}


@media only screen and(min-width: 0px) and (max-width: 600px) {
    .tables {
        display: grid;
    }
}