/*
Theme Name: Twenty Twenty-Five Child
Description: A child theme for the Twenty Twenty-Five WordPress theme
Author: Jerry Barry
Author URI: https://github.com/jerrybarry
Template: twentytwentyfive
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive-child
*/

.container-middle-title {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.button {
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 4px;
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: #1B1B1B;
    border-radius:10px;
}

b, strong {
    font-weight: 800;
}
