@font-face{
  font-family: generalFont;
  src: url('../fonts/Aller_Lt.ttf');
}

@font-face{
  font-family: goboldFont;
  src: url('../fonts/Gobold_Uplow.ttf');
}

body {
  font-family: generalFont;
  font-size: 1rem;
  color:#000000;
}

h3.centered-title{
  font-size: 1.5rem;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin-bottom:30px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;  
}

h3.centered-title:before, h3.centered-title:after{
  content: '';
  border-top: 3px solid;
  margin: 0 20px 0 0;
  flex: 1 0 20px;     
}

h3.centered-title:after{
  margin: 0 0 0 20px;    
}
