* {
  margin: 0;
  padding: 0; }

p {
  box-sizing: border-box;
  font-family: "Montserrat";
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 100vh;
  padding-top: 20vh;
  width: 100%; }

header {
  background-color: black;
  position: absolute;
  top: 0;
  padding: 0;
  width: 100%;
  height: 40px;
  z-index: 10; }
  header h1 {
    color: white;
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 4px;
    padding: 8px;
    text-align: center;
    text-transform: uppercase; }

#wrapper {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  top: 40px;
  width: 100%;
  max-width: 1180px;
  height: calc(100vh - 40px); }

#inner-wrapper {
  position: relative;
  width: 100%;
  height: 100%; }

#viz-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 340px);
  height: 100%; }
  #viz-wrapper svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

#text-wrapper {
  overflow: scroll;
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 100%; }

/*# sourceMappingURL=style.css.map */
