
#snowflakeContainer {
    position: absolute;
    left: 0px;
    top: 0px;
}

.snowflake {
      padding-left: 15px;
      font-family: Cambria, Georgia, serif;
      font-size: 14px;
      line-height: 24px;
      position: fixed;
      color: rgba(255,255,255,0.95);
      user-select: none;
      pointer-events: none;
      z-index: 1000;
}

.snowflake:hover {
      cursor: default;
}
