.inactive {
    /* Add styles here to make the content inside the div appear inactive */
    opacity: 0.5;
    pointer-events: none;
}

.pricingDiv {
    text-align: center;
    margin-bottom: 20%;
}

.pricingText1 {
    font-size: 120%;
    font-family: 'text';
    color: white;
    margin-left: 10%;
    margin-right:10%;
}

.pricingText1 a {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    text-decoration: underline;
}

.pricingText2 {
    font-size: 120%;
    font-family: 'text';
    color: white;
}

.pricingText2 a {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    text-decoration: underline;
}
