body 
    {
    background-color: #333333;
    font-family: Helvetica, sans-serif;
    text-align: center;
    }
    

@font-face 
    {
    font-family: menu;
    src: url(sansation_light.woff);
    }

#nmenu
    {
    font-feature-settings: "smcp" on;
    color: #FFA500;
    font-size: 40px;
    font-weight: 900;
    }
    
#ramka,#stopka
    {
    border: 1px solid #FFCC01;
    padding: 10px;
    border-radius: 10px;
    font-feature-settings: "smcp" on;
    color: #FFFFFF;
    text-align: left;
    margin-left: 50px;
    margin-right: 50px;
    }
    

a
  {
    /* font-family: link;
    */
    color: #FFA500;
    text-decoration: none;
  }
  
a:hover
  {
    text-decoration: underline;
  }
  
.big
  {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  }