body {
  background: #f0f0f0;
  height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
}

h1 {
  text-align: center;
  font-family: 'Arial', sans-serif;
  color: #333;
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-height: 500px;
  width: 100%;
}

.roses {
  background: #ccc
}

.flowers {
  background: #ccc
}

.daisy {
  position: relative;
  width: 300px;
  height: 300px;
  background: green;
}

.daisy-center {
  width: 60px;
  height: 60px;
  background: yellow;
  border-radius: 50%;
  position: absolute;
  top: 120px;
  left: 120px;
  z-index: 10;
}

.daisy-petal {
  position: absolute;
  width: 25px;
  height: 90px;
  background: #fff;
  top: 45px;
  border-radius: 50% 50% 0 0;
   z-index: 0;
   border: 0.3px solid #424242;
}

.daisy-petal:nth-child(1)  {
  top: 60px;
  left: 190px;
  transform: rotate(50deg);
  z-index: 1;
}

.daisy-petal:nth-child(2)  {
  top: 75px;
  left: 195px;
  height: 105px;
  transform: rotate(75deg);
}

.daisy-petal:nth-child(3)  {
  top: 95px;
  left: 200px;
  height: 100px;
  transform: rotate(85deg);
}

.daisy-petal:nth-child(4)  {
  top: 125px;
  left: 195px;
  height: 95px;
  transform: rotate(110deg);
}
  
.daisy-petal:nth-child(5)  {
  top: 150px;
  left: 180px;
  height: 95px;
  transform: rotate(130deg);
}

.daisy-petal:nth-child(6)  {
  top: 160px;
  left: 155px;
  height: 95px;
  transform: rotate(155deg);
}

.daisy-petal:nth-child(7)  {
  top: 160px;
  left: 130px;
  height: 95px;
  transform: rotate(180deg);
}

.daisy-petal:nth-child(8)  {
  top: 150px;
  left: 110px;
  height: 95px;
  transform: rotate(200deg);
}

.daisy-petal:nth-child(9)  {
  top: 150px;
  left: 90px;
  height: 85px;
  transform: rotate(220deg);
}

.daisy-petal:nth-child(10)  {
  top: 130px;
  left: 77px;
  height: 95px;
  transform: rotate(238deg);
}

.daisy-petal:nth-child(11)  {
  top: 110px;
  left: 77px;
  height: 95px;
  transform: rotate(255deg);
}

.daisy-petal:nth-child(12)  {
  top: 90px;
  left: 77px;
  height: 95px;
  transform: rotate(272deg);
}

.daisy-petal:nth-child(13)  {
  top: 70px;
  left: 80px;
  height: 95px;
  transform: rotate(290deg);
}

.daisy-petal:nth-child(14)  {
  top: 55px;
  left: 95px;
  height: 95px;
  transform: rotate(312deg);
}

.daisy-petal:nth-child(15)  {
  top: 45px;
  left: 110px;
  height: 95px;
  transform: rotate(325deg);
}

.daisy-petal:nth-child(16)  {
  top: 40px;
  left: 130px;
  height: 95px;
  transform: rotate(345deg);
}

.daisy-petal:nth-child(17)  {
  top: 40px;
  left: 150px;
  height: 95px;
  transform: rotate(5deg);
}


.daisy-petal:nth-child(18)  {
  top: 45px;
  left: 170px;
  height: 95px;
  transform: rotate(28deg);
}