.bg {
  width: 100%;
  min-width: 1920px;
  min-height: 1080px;
  position: relative;
}
.bg .rectangle {
  position: absolute;
  top: 3px;
  left: 0;
  width: 1920px;
  height: 1077px;
}
.bg .text-wrapper {
  position: absolute;
  top: 170px;
  left: 725px;
  font-family: "Lily Script One", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 70px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}
.bg .div {
  position: absolute;
  top: 810px;
  left: 594px;
  font-family: "Lily Script One", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 50px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}
.bg .ellipse {
  position: absolute;
  top: 412px;
  left: 840px;
  width: 271px;
  height: 271px;
  border-radius: 135.49px;
  transform: rotate(-172.59deg);
  filter: blur(2px);
  background: linear-gradient(180deg, rgba(253, 207, 132, 1) 0%, rgba(195, 129, 129, 1) 100%);
}
.bg .name-wrapper{
  position: absolute;
  top: 310px;
  left: 881px;
  font-family: "Lato", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 50px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  background: transparent;
  border: none;
  padding: 0;
}
.bg .profile {
  position: absolute;
  top: 230px;
  left: 840px;
  width: 271px;
  height: 271px;
  border-radius: 50%;
  object-fit: cover;
}
.bg .birthday-cake-small {
  position: absolute;
  top: 314px;
  left: 1130px;
  width: 294px;
  height: 287px;
}
.bg .cupcake-with-candle {
  position: absolute;
  top: 490px;
  left: 623px;
  width: 258px;
  height: 284px;
}
@media (max-width:600px){
  .bg{min-width:0; padding:20px}
  .bg .text-wrapper{left:20px; top:50px; font-size:36px}
  .bg .name-wrapper{left:20px; top:120px; font-size:28px}
  .bg .profile{left:20px; top:160px; width:120px; height:120px}
}
