Which of the following class attributes would increase the margin on the right side of the element by 0.5 rem?
a) margin-left: 0.5rem;
b) margin-right: 0.5rem;
c) padding-left: 0.5rem;
d) padding-right: 0.5rem;