.logo {
    width:130px;
    margin: auto;
}
/* .test {
  margin: auto;
} */

/* body {
    padding: 50px;
    font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
    background-color:#faf9f0;
  }
  
  a {
    color: #00B7FF;
  }
   */
  @font-face {
    font-family: 'Limon 3';
    src:url('../fonts/lmnf3.ttf'); 
  }

  @font-face {
    font-family: 'Limon S1';
    src:url('../fonts/lmns1.ttf'); 
  }
  
  .limon{
    /*font-family: 'Limon 2';*/
    /*font: 30px 'Limon 2';*/
    font: 40px 'Limon 3';
  }
  .limon-sm{
    /*font-family: 'Limon 2';*/
    /*font: 30px 'Limon 2';*/
    font: 30px 'Limon 3';
  }

  .limons1-sm{
    /*font-family: 'Limon 2';*/
    /*font: 30px 'Limon 2';*/
    font: 32px 'Limon S1';
    /* color: blue; */
  }


  textarea.form-control {
    font: 35px 'Limon S1';
  }

  .table {
    width: 100%;
    margin: 0 auto !important;
}
  
  /* input[type=submit] {
      padding:5px 15px; 
      background:#ccc; 
      border:0 none;
      cursor:pointer;
      -webkit-border-radius: 5px;
      border-radius: 5px; 
  }
  table, th, td {
        border: 1px solid black;
        }
  
  footer {
    width :500px;
    margin :50px auto;
    border-top: 1px dotted #ccc;
    padding-top :5px;
    font-size :13px;
  } */
