*{
    font-family: 'Montserrat', sans-serif;
}
.ff-baloo{
    font-family: 'Baloo 2', cursive;
}
.invert{
    filter: invert(1);
}

.bg-orange{
    background: #ff8821;
}
.text-orange{
    color: #ff8821;
}
.text-shadow{
  text-shadow: none;
}
.container{
/*  max-width: 1000px !important;*/
}
