error saying i need to add padding of 2rem to top and bottom of fieldset . below is the code i wrote explain where is wrong ive tried everything
fieldset {
border: 0;
top-padding: 2rem;
bottom-padding: 2rem;
left-padding: 0;
right-padding: 0;
}