:root {
  --color-1: #F2D7EE;
  --color-2: #D3BCC0;
  --color-3: #A5668B;
  --color-4: #69306D;
  --color-5: #0E103D;
}

body {
  align-items: center;
  background-color: var(--color-5);
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100vw;
}

.strawberry {
  background-color: var(--color-2);
  border-radius: 70% 70% 100% 100%;
  height: 40px;
  position: relative;
  width: 56px;
}

.strawberry:after {
  background-color: var(--color-2);
  border-radius: 100%;
  bottom: -8px;
  content: '';  
  height: 24px;
  left: -7px;
  position: absolute;
  transform: rotate(60deg);
  width: 48px;
}

.strawberry:before {
  background-color: var(--color-2);
  border-radius: 100%;
  bottom: -8px;
  content: '';  
  height: 24px;
  position: absolute;
  right: -7px;
  transform: rotate(-60deg);
  width: 48px;
}

.crown {
  background-color: var(--color-4);
}

.crown-1 {
  border-radius: 100% 0;
  height: 8px;
  transform: translate(4px, -4px) rotate(25deg);
  width: 24px;
}

.crown-2 {
  border-radius: 80% 0%;
  height: 10px;
  transform: translate(10px, -6px) rotate(-25deg);
  width: 20px;
}

.crown-3 {
  border-radius: 80% 0%;
  height: 10px;
  transform: translate(22px, -16px) rotate(65deg);
  width: 18px;
}

.crown-4 {
  border-radius: 90% 0%;
  height: 10px;
  transform: translate(24px, -32px) rotate(5deg);
  width: 24px;
}

.crown-5 {
  border-radius: 90% 0%;
  height: 24px;
  transform: translate(22px, -54px) rotate(5deg);
  width: 10px;
}

.dot {
  background-color: var(--color-3);
  border-radius: 100%;
  filter: blur(0.5px);
  height: 3px;
  position: absolute;
  width: 2px;
  z-index: 3;
}

.dot-1 {
  left: 8px;
  top: 12px;
}

.dot-2 {
  left: 12px;
  top: 24px;
}

.dot-3 {
  left: 26px;
  top: 20px;
}

.dot-4 {
  left: 45px;
  top: 15px;
}

.dot-5 {
  left: 13px;
  top: 35px;
}

.dot-6 {
  left: 30px;
  top: 35px;
}

.dot-7 {
  left: 45px;
  top: 32px;
}

.dot-8 {
  left: 20px;
  top: 48px;
}

.dot-9 {
  left: 35px;
  top: 46px;
}