body {
    background-color: #232323;
      /*font-family: Avantgarde, TeX Gyre Adventor, URW Gothic L, sans-serif;/*Lato,sans-serif!important;*/
      font-family: Trial;
      padding-top:60px ;
      color: white;
      position: relative;
  }

  
  
  @font-face{
    font-family: trial;
    src: url('/static/BronovaRegular.otf');
  }

/*
  nav ul {    */
      /*background-color: tomato;*/
      
      /*border-width: 2px;
      padding: 20px;
      border-radius: 10px;
    } 
      nav ul li {
          list-style-type: none;
          display: inline;
          margin-right: 10px;
          margin-left: 10px;
          color: grey;
          
      }*/

   
      nav ul li a {
        text-decoration: none;
        color: white;
    }



  footer {position: absolute; bottom: 0; left: 0; right: 0}
  
  * {-moz-box-sizing: border-box; box-sizing: border-box;}
  
  img {
    border-radius: 20px;
  }
  
  .topDivider {
      border-top-style: solid;
      border-top-width: 4px;
      border-top-color: #00e9b4;
      padding-bottom: 10px;
    }
    

