Answer:
You can try and form your CSS file like the following:
h2 {
text-shadow: 0px 2px red; /* creates a red text shadow for all h2s */
}
figure {
box-shadow: 0px 4px red; /* creates a red box shadow for all figures */
}
article {
border: 1px solid red; /* creates a thin red border for all articles */
}