@import "/stylesheets/base.css";

:root{
  --main-bg-color: #8c1c18;
  --dark-color: #480104;
  --light-color: #e46662;
  --accent-color: #f7d100;
}

#thePulse{
  background:var(--main-bg-color);
}
