body{
  background-color: rgb(136 136 136);
}

.container-fluid.index{
  box-shadow:0 2px 4px 0px #9e9e9e !important;
}

.row.index{
  height:32px;
  background-color:white;
}

.link{
  font-family:'Roboto';
  font-size:small;
  color:#b94a48;
  margin-left:2px;
  margin-right:2px;
}

small{
  color: black
}

.align-center{
  display:flex;
  align-items:center;
  justify-content:center;
}

