.startBG {
    background: url("/images/startBG.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.yellowText {
    color: #E6C901;
}

.yellowBG{
    background-color: #FFDF02;
}
.circleGradient {
    background: #FFFFFF;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 35%, rgba(255, 223, 2, 0.21) 100%);
}

.circleGradient2 {
    background: #FFDF02;
    background: radial-gradient(circle, rgba(255, 223, 2, 0.43) 0%, rgba(255, 255, 255, 1) 100%);
}
.formBG {
  background: url("/images/formBG.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}