@charset "utf-8";
    article.bg_top {
       background: linear-gradient( to bottom, #000000 0%, #0A1E2E  100%);
       padding-bottom: 5em;
    }
    article.bg_bottom {
        background: linear-gradient( to bottom, #0A1E2E 0%, #000000 100%);
        padding: 4.5em 0;
    }
    article img.logicool_mouse {
        filter: drop-shadow(0px 0px 30px rgba(255, 255, 255, .5));
    }    
    article h2 {
        font-size: 60px;
        font-weight: 900;
        padding: 20px 0;
    }
    .product_title h2{
        color: #0A1E2E;
    }
    .neon p, .neon h2 , .neon p, .neon a {
        color: #f7fbff;
        text-shadow:
            0 0 1px rgba(255,255,255,.6),
            0 0 3px rgba(255,255,255,.5), 
            0 0 6px rgba(0,191,214,.4),
            0 0 12px rgba(0,191,214,.3),
            0 0 24px rgba(0,191,214,.2),
            0 0 40px rgba(0,191,214,.1);
    }

    @media (max-width:699px) {
        article h2 {
        font-size: 35px;
        }
    }