font-size: 50px;
text-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px;
}
+
h1 {
color: #0054AB ;
font-size: 200%;
margin-left: 780px;
}
+body{counter-reset: h1;}
+h1:after {
+ content: " (" counter(h1) ") ";
+ counter-increment: h1;
+ text-align: right ;
+ font-size: 40% ;
+}
body {