/* Header bar */
.header
{
  top: 0;
  height: 8px;
}

.header-section
{
  height: 8px;
  width: 33.3333%;
  float: left;
}

.yellow
{
  background-color: #F5E640;
}

.red
{
  background-color: #F2175A;
}

.blue
{
  background-color: #28D7F7;
}

.yellow-text
{
  color: #F5E640;
}

.red-text
{
  color: #F2175A;
}

.blue-text
{
  color: #28D7F7;
}