body{background:white;font-family:'Chivo','Raleway','Arial';}
.logoDIV {
  background-image:url('/images/neurotech_trans.png');
  background-size:contain;
  background-repeat: no-repeat;
}
#mainContent{border: 1px solid #dee2e6;}
@font-face {
  font-family: Chivo;
  src: url('/fonts/Chivo-Regular.ttf');
}

:root {
  --c1: #dc3545;
  --c2: #ffc107;
  --c3: #017bff;
  --c4: #14a2b8;
  --c5: #29a745;
}