body{
    font-family: 'Montserrat';
}
 /* Set black background color, white text and some padding */
 footer {
    background-color: #337ab7;
    color: white;
    padding: 15px;
  }
  .active a{
      color: black;
  }
  /* a{
      color: white;
  } */
  .whiteColor{
        color:white;
        font-size: x-large;
        font-weight: bold;
  }
  .white{
    color: white;
  }
  .activeColor{
    color:black;
    background-color: white;
    font-weight: bold;
    border-radius: 10px;
}
.black{
    color: black;
}
.size13{
    font-size: 13px;
}
.size14{
    font-size: 14px;
}
.size15{
    font-size: 15px;
}
.size16{
    font-size: 16px;
}
.size17{
    font-size: 17px;
}
.size18{
    font-size: 18px;
}
.size19{
    font-size: 19px;
}
.size20{
    font-size: 20px;
}
.size21{
    font-size: 21px;
}
.size22{
    font-size: 22px;
}
.size23{
    font-size: 23px;
}