Each of the popup boxes has been placed within a figure box. Initially, these popup boxes should be clipped so that only the number is shown. Create a style rule for the figure element to:
a) set the background color to the value (70, 76, 222);
b) set the text color to white;
c) set the width to 150 pixels;
d) add rounded corners with a radius of 15 pixels;
e) position the figure box using absolute positioning (but do not specify a top or left coordinate);
f) set the z-index value to 1; and
g) clip the content using a clipping rectangle that is 20 pixels wide by 20 pixels high and situated in the top-left corner of the figure box.