body {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(./images/pattern-background-desktop.svg);
    background-size: 100% 50%;
    background-color: rgba(224, 232, 255, 1);
    background-repeat: no-repeat;
}

#mainDiv {
    width: 450px;
    height: 697px;
    background-color: #FFFFFF;
    border-radius: 20px;
}

#hero {
    height: 220px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;

}

#header {
    text-align: center;
    width: 354px;
    height: 37px;
    Font-family: Red Hat Display;
    Font-style: Black;
    Font-size: 28px;
    Line-height: 37.04px;
    Line-height: 100%;
    font-weight: 900;
    margin-left: 48px;
    margin-right: 48px;
    margin-top: 45px;
}

#paragraph1 {
    text-align: center;
    justify-content: center;
    width: 354px;
    height: 78px;
    font-weight: 500;
    Font-family: Red Hat Display;
    Font-style: Medium;
    Font-size: 16px;
    Line-height: 26px;
    color: #717FA6;
    margin-left: 48px;
    margin-right: 48px;
    margin-top: 17px;
}

#planDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 354px;
    height: 98px;
    margin-left: 48px;
    margin-right: 48px;
    margin-top: 20px;
    background-color: #F7F9FF;
    border-radius: 11px;
}

#musicIcon {
    width: 48px;
    height: 48px;

}

#annualYearlyPlanDiv {
    display: inline;
    height: 48px;
    width: 92px;
    margin-left: 20px;
}

#text1 {
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 117.19px;
    height: 21px;
    Font-family: Red Hat Display;
    Font-style: Black;
    Font-size: 16px;
    Line-height: 21.17px;
    font-weight: 900;
    color: #1F2E55;

}

#text2 {
    display: flex;
    margin-bottom: 0px;
    margin-top: 6px;
    height: 21px;
    width: 92px;
    Font-family: Red Hat Display;
    Font-style: Medium;
    Font-size: 16px;
    Line-height: 21px;
    font-weight: 500;
    color: #717FA6;
}

#text3 {
    display: inline;
    margin-left: 94px;
    height: 19px;
    width: 52px;
    font-weight: 700;
    Font-family: Red Hat Display;
    Font-style: Bold;
    Font-size: 14px;
    Line-height: 18.52px;
    text-decoration-line: underline;
    color: #382AE1;

}

#text3:hover {
    color: rgba(118, 108, 241, 1);
    font-style: normal;
    text-decoration-line: unset;
}

#paymentText {
    width: 150px;
    height: 20px;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 900;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
}

#paymentDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 354px;
    height: 50px;
    margin-left: 48px;
    margin-right: 48px;
    margin-top: 32px;
    background-color: #382AE1;
    border-radius: 11px;
    box-shadow: 0px 20px 20px rgba(56, 42, 225, 0.190291);
}

#paymentDiv:hover {
    background-color: #766CF1;
}

#text4 {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 900;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 900;
    font-size: 15px;
    line-height: 20px;
    color: #717FA6;
    margin-left: 176px;
    margin-right: 178px;
    margin-top: 32px;
}

#text4:hover {
    color: #1F2E55;
}