/* This is my first real CSS for my own website. I'm still teaching myslef how to code. July 8 2022 */
a:link {color: #ffffff;}

a:visited {color: #BABABA;} 

body {max-width: 450px;
  min-width: 100px; 
  padding: 10px;
  margin:0 auto;
background-color: #000000;
  text-align: center;
  align-items: center; 
  justify-content: center} 
#title  {font-family: Georgia, serif; font-size: 58px; letter-spacing: 0px; word-spacing: -0.2px; color: #ffffff; font-weight: 900; text-decoration: none; font-style: normal; font-variant: normal; text-transform: none; text-align: center;} 
#subtitle  {font-family: Georgia, serif; font-size: 40px; letter-spacing: 0px; word-spacing: -0.2px; color: #ffffff; font-weight: normal; text-decoration: none; font-style: italic; font-variant: normal; text-transform: none; text-align: center;} 
h1   {font-family: Georgia, serif; font-size: 36px; letter-spacing: 0px; word-spacing: -0.2px; color: #ffffff; font-weight: 600; text-decoration: none; font-style: normal; font-variant: small-caps; text-transform: none; text-align: center;}  
p    {font-family: Georgia, serif; font-size: 28px; letter-spacing: 0px; word-spacing: -0.2px; color: #ffffff; font-weight: normal; text-decoration: none; font-style: normal; font-variant: normal; text-transform: none; text-align: center;} 
#fineprint  {font-family: Georgia, serif; font-size: 14px; letter-spacing: 0px; word-spacing: 0px; color: #BABABA; font-weight: 400; text-decoration: none; font-style: normal; font-variant: normal; text-transform: none; text-align: left;} 