
html, body {

  color: #636b6f;
  font-weight: 600 ;
}

.img-responsive{
  display: block !important;
  max-width: 100% !important;;
  height: auto !important;;
}


.red{
  color: red;
}

.green{
  color: green;
}

.blue{
  color: blue;
}

.yellow{
  color: yellow;
}

.orange{
  color: orange;
}

.purple{
  color: purple;
}

.pink{
  color: pink;
}

.grey{
  color: grey;
}

.black{
  color: black;
}

.white{
  color: white;
}

