.blurred-sun__wrapper {
  position: absolute;
  top: -300px;
  right: 0px;
  z-index: -1;
}

.blurred-sun {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background-color: #ffd51c;
  filter: blur(130px);
}