/*
Theme Name: WPP Minimal
Theme URI: https://example.com
Author: Твой Ник
Author URI: https://example.com
Description: Минималистичная тема WordPress на основе Bootstrap.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpp-minimal
*/

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

a.button-link {
    margin: 35px auto;
    padding: 8px 30px;
    background-color: #29bf7a;
    display: block;
    width: 112px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    border-radius: 5px;
    transition: .3s all;
}