body
{
  background-image: url('/static/assets/cloud.png');
}

a
{
  text-decoration: none;
}

.theWhy
{
  background: -webkit-linear-gradient(#EE5A24,#F79F1F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tag
{
  background: rgba(247, 159, 31,0.7);
}

.ENG1
{
  color: white;
}

.ENG2
{
  color: rgba(18, 137, 167,1);
}

.navSelected
{
  background: rgba(247, 159, 31,0.7);
}
