
@import url( "background.css" );
@import url( "font.dongle.css" );
 
#clickie {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: rgba(169, 169, 169, 0.75);
   text-align: center; 
}

#clickie > a
{
   color: slateblue;
   font-size: 32pt;
   font-family: "Dongle", sans-serif;
}

#clickie > a:hover
{
   color: deeppink;
}

.div
{
   font-size: 32pt;
   border-left: 6px solid deeppink;
}
