/*
Theme Name: Pineapple WPEX
Theme URI: https://www.wpexplorer.com/pineapple-free-wordpress-theme/
Author: WPExplorer
Author URI: https://www.wpexplorer.com/
Description: Pineapple WPEX is a minimal theme created for bloggers looking for a single page (no sidebar) layout.
Requires at least: 6.1
Tested up to: 6.8
Requires PHP: 5.6
Version: 1.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: pineapple-wpex
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, blog, portfolio, photography, style-variations
*/

.download{
    display:inline-block;
    padding:12px 22px;
    background:#111;
    color:#fff!important;
    text-decoration:none!important;
    font:600 15px/1 sans-serif;
    border-radius:10px;
    transition:.2s;
}

p:has(> .download) {
    text-align: center;
}
.download:hover{
    background:#333;
}