/**
 * WHMCS Base Order Form Stylesheet
 *
 * This stylesheet defines the css rules used by the base order form.
 *
 * @project   WHMCS
 * @cssdoc    version 1.0-pre
 * @package   WHMCS
 * @author    WHMCS Limited <development@whmcs.com>
 * @copyright Copyright (c) WHMCS Limited 2005-2020
 * @license   http://www.whmcs.com/license/
 * @link      http://www.whmcs.com/
 */

 
/* Global Styles color: #eee; */
.plan {
    background: #111;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: 0.3s;
}

.plan:hover {
    background: #222;
    transform: scale(1.05);
}

.price {
    font-size: 2rem;
    color: #00cc88;
    font-weight: bold;
}
