.navbar-brand {
  font-family: 'Peralta', cursive;
}

table.table-foundy{
    border:1px solid blue;
    margin-top:20px;
  }
table.table-foundy > thead > tr > th{
    border:1px solid blue;
}
table.table-foundy > tbody > tr > td{
    border:1px solid blue;
}
.btn-foundry {
color: #ffffff;
background-color: #ffc107;
border-color: #46b8da;}
