
/* Required by StormVue app */
@font-face {
  font-family: "pixelmix";
  src: url("../assets/pixelmix.ttf");
  font-display: auto;
}
@font-face {
  font-family: "Karla";
  src: url("../assets/Karla-ExtraBold.ttf");
  font-display: auto;
}
@font-face {
  font-family: "Quicksand";
  src: url("../assets/Quicksand-Medium.ttf");
  font-display: auto;
}
#useFnt1 { 
  font-family: "pixelmix";
  font-size: 0px;
}
#useFnt2 { 
  font-family: "Karla";
  font-size: 0px;
}
#useFnt3 { 
  font-family: "Quicksand";
  font-size: 0px;
}
/* END Required by StormVue app */


/* User configurable stylings */
#center {
  width: 50%;
  margin: 0 auto;
}

body {
  background-color: rgb(49, 49, 49);
}