body {
  background: #131b21;
}

.container {
  width: 50%;
  margin: 0 auto;
  height: 90vh;
}

svg#flower-frame {
  height: 90vh;
  width: 100%;
}


#Footer_group_1_,
[id^=PinkFlowerGroup],
[id^=BaseGroup] path,
[id^=LeafGroup] path,
path[id^=Stroke],
g[id^=BudGroup] g[id^=BudGroup] g[id^=Bud],
#Bud8_1_,
#Bud10_1_,
#Bud23_1_,
#Bud26_1_,
[id^=Dots],
[id^=Flourish] {
  visibility: hidden;
}
h1 {
    DISPLAY: flex;
    JUSTIFY-CONTENT: center;
    ALIGN-ITEMS: center;
    transform: translate(0px, -50vh);
    color: #fcd8c5;
    font-size: xx-large;
}
h2 {
    DISPLAY: flex;
    JUSTIFY-CONTENT: center;
    ALIGN-ITEMS: center;
    transform: translate(0px, -50vh);
    color: #fcd8c5;
    font-size: x-large;
}
@media (max-width:600px) {
  svg#flower-frame {
height: 90vh !important;
        width: auto !important;
        max-width: 180% !important;
        display: block !important;
        margin: 0 auto !important;
        transform: translate(-71px, -22px);
  }
  h1{
          transform: translate(0px, -50vh);
        font-size: 17px;
  }
  h2 {
    transform: translate(0px, -50vh); 
    font-size: 16px;
    

}
}


