#flower {
  /*position: fixed;
  left: 30%;
  margin: auto;
  bottom: 0;
  border: 2px solid #000;*/
}
.clickable {
  cursor: pointer;
  transition: all .5s;
}
.clickable:hover {
    stroke: #5B0021;
    fill: #C1A1A1;
  transition: 0.2s ease;
  -webkit-transition: 0.3s ease;
  }
svg {
  height: 70vh;
  width: 70vw;
}		
#love-level{
	position: relative;
	bottom: -100px; 
	z-index: 10000;
	font-size:50px;
	font-weight:bold;
}						