@font-face
{
   font-family: header1;
   src: url('../fonts/Alatsi-Regular.ttf');

   font-family: header2;
   src: url('../fonts/Satisfy-Regular.ttf');
}

*
{
  margin: 0;
  padding: 0;
}


header
  {
    background-color:tomato;
    padding-bottom: 35px;
  }

  
  .logo1 
  {
    display: inline-block;
    height: 40px;
  }


  .header1
  {
    display: inline-block;
    margin-left: 15px;
    margin-top: 15px;;
  }

  .header2
  {
    display: inline-block;    
  }

  .logo1-header
  {
    display: inline;
    color: white;
    margin-left: 8px;
    font-family: header1;
  }


  .homeButton a button
  {
    color: white;
    background-color: teal;
    float: right;
    margin-right: 15px;
  }

  .bk-table
  {
    margin: 10%;
    width: 80%;
  }

  .bk-table th 
  {
    text-align: center;
  }

  .bk-table td
  {
    text-align: center;
  }

  .bk-table, .bk-table th, .bk-table td
  {
    padding: 3%;
  }

  .bk-table tr td
  {
    border: 1px solid #000;
  }

  .btn_book
  {
    width: 310px;
    height: 55;
    font-size: 25px;
  }

  