html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 30px;
  background-color: #777;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 1px 1px rgba(0,0,0,0.3);
  margin-bottom: 60px; /* Margin bottom by footer height */
}

h1 {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 25px 0;
  color: #fff;
  letter-spacing: 0.03em;
}

hr {
  /* max-width: 70px; */
  border-width: 2px;
  border-color: #FBBB21;
  margin-left: 0;
  margin: 2em 0;
}

a { color: #fff !important;}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #777;
}

.img-fluid {
max-width: 40%;
height: auto;
}

::selection {
  background: #323232;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #323232; /* Firefox */
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #323232; /* Safari */
  color: #FFF;
  text-shadow: none;
}

.my-custom-scrollbar {
position: relative;
height: 400px;
overflow: auto;
}
.table-wrapper-scroll-y {
display: block;
}
