/*
 * color theme for 2ndQuadrant
 */

body {
  background: white;
  color: black;
}

h1, h2 {
  color: rgb(53, 103, 147);
}
