/* Put here the story specific css. */

/******* Change color theme: ********/
:root {
  --color-main: #2BA5DE;
  --color-one: #3F3368;
  --color-two: #4CAF50;
}

/******* Change company logo: ********/
#story-company-logo {
  background-image: url("./assets/images/URBREATH_logo.png");
}

/******* Change startscreen image: ********/
#story-frame.startscreen {
  background: url("./assets/images/main.png");
  background-size: cover;
}
