@font-face {
  font-family: 'poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
}

.page-footer
{
  font-family: 'poppins';
}
.header_logo
{
  width: 283px;
  height: 56px;
  margin-top: 4px;
}
.header_container
{
  text-align: center;
  /* height: 62px; */
}
.header.content
{
  height: 0;
  padding: 0 !important;
}
.page-header
{
  background: linear-gradient(to bottom, rgba(0,0,0,0.9) 0%,rgba(51,51,51,0.9) 100%) !important;
}

