* {
    margin: 0;
    padding: 0;
}

#wrapper {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    position: relative;
    background:rgb(214, 28, 28);
}

/* === SVG === */
svg {
  display: block;
  width: 100%;
  height: 100vh;
}

svg #ornament,
svg #handle {
  fill: #fff;
}

svg #paths_for_happynew,
svg #paths_for_coding {
  fill:none;
  stroke-width: 9px;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: bevel;
}

svg #logo {
  opacity:0;
  fill:rgb(0, 0, 0);
}

svg .parcel {
  fill:rgb(255, 255, 255);
}