    @font-face {
      font-family: 'Futura-Lig';
      src: url('../webfonts/Futura-Lig/font.woff') format('woff');
    }
    
    body {
      font-family: 'Futura-Lig', Arial, sans-serif;
      background-color: #f2f2f2;
      margin: 0;
      padding: 0;
	  font-size:24px;
    }
    
    .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      background-color: #fff;
      border: 2px solid #ff0000;
    }
    
    h1 {
      color: #ff0000;
      text-align: center;
      font-size: 36px;
	  font-weight:bold;
    }
    
    table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 20px;
    }
    
    th, td {
      padding: 10px;
      text-align: left;
      border-bottom: 1px solid #ddd;
    }
    
    th {
      background-color: #ff0000;
      color: #fff;
    }
    
    .menu {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background-color: #fff;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      z-index: 999;
    }
    
    .menu button {
      background-color: transparent;
      border: none;
      padding: 10px;
      margin-right: 10px;
      font-size: 18px;
      cursor: pointer;
    }
    
    .menu button i {
      margin-right: 5px;
    }
    
    .editable-input {
      border: none;
      background-color: transparent;
      width: 50px;
	  text-align:center;
      padding: 5px;
	  font-size:24px;
    }