#intro_text_box 
{
  position: absolute;
  top: 180px;
  right: 30px;
  width: 250px;
  background-color: rgb(100,110,120);
  padding: 10px 15px 10px 15px;
}

#intro_text_box p
{
  color: rgb(255,255,255);
}

#intro_text_box h1
{
  color: rgb(255,255,255);
}

#intro_text_box .highlight
{
  color: rgb(103,191,52);
}

strong
{
  font-weight: bold;
}

