/**
Theme Name: Harmony
Author: Fahem Ahmed
Author URI: https://f4h3m.com
Description: Harmony Empowering WordPress theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: harmony
Template: astra
*/

p.pp-title {
    font-size: 20px;
    font-weight: 500;
}

form.post-password-form {
    padding: 100px 0;
}

.site-navigation a.menu-link {
    font-weight: 700;
}

.flex{
	display:flex;
	gap:20px;
}

.button-center{
	justify-content:center;
}

.w-half{
	width:50%;
}

.w-full{
	width:100%;
}