/**
 * CUSTOM CSS
 *
 * Here you can add your custom CSS code.
 */

 nav {
    font-size: 16px;
    margin: 0.5em 0;
    font-weight: 100;
  }


  .sscentered{
     text-align: center;
 }

  .sscentered a{
     padding: 10px 12px;
     border-radius: 3px;
     font-size: 20px;
     color: white;
     display: inline-block;
     margin-bottom: 10px;
 }

 .sscentered a:hover{
     opacity: 0.8;
 }
