/* <!--                                         
 _   _    __    _    _    __   
( )_( )  /__\  ( \/\/ )  /__\  
 ) _ (  /(__)\  )    (  /(__)\ 
(_) (_)(__)(__)(__/\__)(__)(__)
 ____  ____  ___  ____  ___  _  _  ____  ____     ____  _   _  ____  ___ 
(  _ \( ___)/ __)(_  _)/ __)( \( )( ___)(  _ \   (_  _)( )_( )(_  _)/ __)
 )(_) ))__) \__ \ _)(_( (_-. )  (  )__)  )(_) )    )(   ) _ (  _)(_ \__ \
(____/(____)(___/(____)\___/(_)\_)(____)(____/    (__) (_) (_)(____)(___/-->*/

 body { 
      text-align: center;
      background-image: linear-gradient(lightblue,purple);
  }

  #myname {
  font-family:sans-serif;
    color:black;
    font-size:70pt ;
    text-align: center 
  }

   ul {
     	list-style-type: none;
      display: inline-block ;
     }

     #menu {
  height: 84px;
}

.table {
  display: table; 
  margin: 0 auto;
}

ul#horizontal {
  min-width: 696px;
  list-style: none;
  padding-top: 5px;
  font-family: sans-serif;
  font-size: 15pt;
  }


  ul#horizontal li {
    display: inline;
    color:yellow;
  }

  .logo {
      font-size: 15pt;
     }

     #description {
      font-size: 11pt;
      font-family: serif;
      color: yellow;
     }

     #joshua {
      color: lightblue;
      font-size: 20pt;
     }

     #joshua:hover {
      color: orange;
     }

     #menu:hover {
     color: lightcyan;
     background-color: transparent;
     text-decoration: underline;
}