body { font-family: "arial black", "arial-w01-black", "arial-w02-black", "arial-w10 black", sans-serif; text-align: center; margin: 0; padding: 0; }
a { color: #008; }
h1 { font-size: 80px; margin: 0; padding: 0; padding-bottom: 10px; } 
h1 img { height: 260px; vertical-align:middle; display: inline-block; }
h1 span { border-top: 6px double red; border-bottom: 6px double red; }
#balance { animation: rotateY 3s infinite linear; transform-origin: calc(50vw - 6px)  center; }
#balance img { height: 300px; }
@keyframes rotateY { to { transform: rotateY(360deg); } }
p a { display: inline-block;}
p a img { width: 64px; }

#disambiguation { background: lightyellow; padding: 2px 0; margin: 0 0 10px; }
