.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}

#purchase_shuggs {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 400px;
    margin-right: 0px;
    background-color: rgb(239, 239, 239);
    -webkit-box-shadow: rgb(215, 215, 215) 2px 3px 3px 0px;
    box-shadow: rgb(215, 215, 215) 2px 3px 3px 0px;
}

#purchase_shuggs_pound_cake {
    float: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: auto;
    border: 0px solid rgb(255, 251, 251);
}

#shuggs_all_butter_moist {
    float: none;
    font-size: 20px;
    width: 90%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 40px;
    margin-left: auto;
    margin-top: 50px;
    clear: none;
    min-height: 0px;
    color: rgb(0, 0, 0);
    font-family: georgia;
    font-style: italic;
    display: block;
    margin-right: auto;
}

#shuggs_flavors {
    float: none;
    font-size: 30px;
    width: 90%;
    height: auto;
    text-align: center;
    font-weight: 500;
    line-height: 35px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(181, 156, 88);
    font-family: georgia;
    display: block;
    min-width: 0px;
    margin-right: auto;
}

#purchase_space {
    float: none;
    height: 35px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    display: block;
    margin-right: auto;
}

#purchase_cake_shuggs {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 263.99999196px;
    background-color: rgb(181, 156, 88);
    margin-right: auto;
}

#purchase_shuggs_foods_button {
    float: none;
    font-size: 20px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 600;
    line-height: 30px;
    margin: 15px auto 13px;
    clear: none;
    min-height: 0px;
    padding-bottom: 0px;
}

#purchase_shuggs_cake_footer {
    float: none;
    height: 55px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: auto;
}

#content {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: auto;
}

#shuggs_space {
    float: none;
    height: 0px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 99.999998%;
    display: block;
    margin-right: auto;
}

#shuggs_price {
    float: none;
    font-size: 45px;
    width: 90%;
    height: auto;
    text-align: center;
    font-weight: 500;
    line-height: 55px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(181, 156, 88);
    font-family: georgia;
    display: block;
    margin-right: auto;
}

#purchase_shuggs_flavor {
    float: none;
    font-size: 22px;
    width: 99.999998%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 32px;
    margin-left: auto;
    margin-top: 5px;
    clear: none;
    min-height: 0px;
    color: rgb(0, 0, 0);
    font-family: georgia;
    display: block;
    margin-right: auto;
}

#description {
    float: none;
    font-size: 13px;
    width: 90%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 20px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(0, 0, 0);
    display: block;
    margin-right: auto;
}

@media only screen and (max-width: 500px) {
    #shuggs_all_butter_moist {
        font-size: 16px;
        line-height: 25px;
    }

    #purchase_shuggs_flavor {
        width: 100%;
    }

    #description {
        width: 100%;
    }

    #purchase_shuggs {
        width: 90%;
    }

    #purchase_cake_shuggs {
        width: 90%;
    }
}

