body {background-color: tan; width: 50%; margin: auto}

body > h1 {color: red; font-family: 'vcr_osd'; font-size: 5rem; text-shadow: 1px 1px 2px blue; margin: auto; width: 100%}
.books > h2 {font-family: 'vcr_osd'; color: red; margin: auto; width: 50%}
li > p { margin:0; margin-left:10px; font-family: Arial; font-style: italic}

.books {border: dotted blue; }

.animation {width: 30%; margin: auto; margin-top: 10px}
@font-face {
    font-family: 'vcr_osd';
    src: url('/VCR_OSD_MONO_1.001.ttf');
  }