.categories {
list-style-type: none;
margin:0;
}

.category {
    line-height: 1;
display: inline-block;
font-weight: bold;
margin-top:0.5rem;
margin-right: 1rem;
margin-bottom: 1rem;
padding: 0.5rem 0.5rem 0.2rem 0.5rem;
border: 1px black solid;
border-radius: 0.25rem;
}