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

*/




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


h1 {
      font-family: monospace;
      
      
      text-align: center;
}

h2 {
      font-family: "Helvetica", Arial, sans-serif;
      color:  #916312;
      
      text-align: center;

}

h3 {
      font-family: sans-serif;
      color: #916312;
}

li {
      display: inline-block;
      margin: 0 0.5vw;
      font-family: "Verdana";
      }

a:hover {
            background-color: black;
            color: black;
      }

a:link {
      color: whitesmoke;
      text-decoration: underline;

      }
