/*
      ___         ___                                       ___     
     /\  \       /\  \         _____                       /\  \    
    /::\  \     /::\  \       /::\  \                     /::\  \   
   /:/\:\__\   /:/\:\  \     /:/\:\  \                   /:/\:\  \  
  /:/ /:/  /  /:/ /::\  \   /:/ /::\__\   ___     ___   /:/  \:\  \ 
 /:/_/:/  /  /:/_/:/\:\__\ /:/_/:/\:|__| /\  \   /\__\ /:/__/ \:\__\
 \:\/:/  /   \:\/:/  \/__/ \:\/:/ /:/  / \:\  \ /:/  / \:\  \ /:/  /
  \::/__/     \::/__/       \::/_/:/  /   \:\  /:/  /   \:\  /:/  / 
   \:\  \      \:\  \        \:\/:/  /     \:\/:/  /     \:\/:/  /  
    \:\__\      \:\__\        \::/  /       \::/  /       \::/  /   
     \/__/       \/__/         \/__/         \/__/         \/__/    

*/

body {
      background-color: #36798a;
      text-align:  center;
}

h1 {
      font-family: "Times New Roman", cursive;
      color: magneta;
      font-size: 72pt;
      text-align: center;
}

h2 {
      font-family: "Helvetica", Arial, sans-serif;
      color:  cyan;
      font-size: 24pt;
      text-align: center;
}

a {
      color: cyan;
      text-decoration: none;
      }
      a:hover {
            color: ghostwhite;
            text-decoration: underline overline cyan;
            

}
