body {
  /* background-color: rgb(218, 196, 169); */
  /* background-color: rgb(8 17 34 / 15%); */
  background-color: rgb(225 194 130 / 56%);
}

.fa-input {
  font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (min-width: 1200px) {
  .container{
      max-width: 1200px;
  }
}

/* tr {
  width: 100%;
  /* display: inline-table; */ /*
  height:20px;               /* // <-- the rows height  *//*
  }
  
  table{
    height:600px;              /* <-- Select the height of the table*//*
    display: -moz-groupbox;    /* For firefox bad effect*//*
  }
  tbody{
    overflow-y: scroll;      
    height: 550px;            /*  <-- Select the height of the body*//*
    width: 100%;
    position: absolute; 
  }*/