/* File: abap.css
Author: wintyr rich */

  @import url('https://fonts.googleapis.com/css2?family=Lacquer&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Rosarivo:ital@0;1&family=Special+Elite&display=swap'); /* Lacquer = highlight; Open Sans = text; Rosarivo = lyrics; Special Elite = headers */
  
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14pt;
  color: azure;
  background-color: dimgrey;
  }
  
title {
  font-family: "Special Elite", monospace;
  font-size: 26pt;
  color: snow;
  background: rgba(120,20,20,0.5);
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  }
  
h1 {
  font-family: "Special Elite", monospace;
  font-size: 24pt;
  color: snow;
  background: rgba(120,20,20,0.3);
  max-width: 50%;
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 5px;
  }
  
h2 {
  font-family: "Special Elite", monospace;
  font-size: 20pt;
  color: snow;
  max-width: 75%;
  padding-left: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  }
  
h3 {
  font-family: "Special Elite", monospace;
  font-size: 18pt;
  color: snow;
  max-width: 50%;
  padding-left: 15px;
  }
  
#highlight p {
  font-family: "Lacquer", cursive;
  font-size: 20pt;
  color: aliceblue;
  text-align: center;
  background: rgba(0.05,0.05,0.2,0.1);
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
  }

#lyric p {
  font-family: "Rosarivo", serif;
  font-size: 14pt;
  color: azure;
  background: rgba(10,10,100,0.25);
  max-width: 30%;
  margin-left: 100px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  }