html,body{
  background:#141810;
  margin:0!important;
}
* {
  font-family:arial;
}
a{
  text-decoration: none;
  color:#fff;
}
a:hover{
  color:#f9f9f9;
}
.container{
  background-image: linear-gradient(to right, #141810 , #1A1D14);
  max-width:902px;
  height:602px;
}
.header-bg{
  background:#12160f!important;
  border-bottom:1px solid #292d26;
}
.text-right{
  text-align:right;
}
.header-text{
  color:#fff;
  line-height:50px;
  font-weight:bold;
  padding-right: 1rem;
  padding-left: 1rem;
}
.menu-block{
  background-color:#fff;
  height:118px;
  margin-bottom:3rem;
  background-size: contain;
  border-radius: 5px;
}
.menu-title{
  margin-top: 70px;
  font-weight: 600;
  position: absolute;
  width: 120px;
  background-color: #984646;
  color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

td{
  padding: 4px .5rem!important;
  cursor:pointer;
}
