.public-price {
    font-size: 1.2em;
    color: #003366; /* deep blue */
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
}

.reseller-price {
    font-size: 1.2em;
    color: #ff6f00; /* vibrant orange */
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
}