/*
 Theme Name:   Twenty Seventeen Child
 Theme URI:    https://yourwebsite.com
 Description:  Child theme for Twenty Seventeen
 Author:       George
 Author URI:   -
 Template:     twentyseventeen
 Version:      1.0.0
*/

/* Add your custom styles below */


.button-container .wp-block-button {
    display: block;
    width: 150px; /* Adjust the width based on your design preference */
    margin: 0 auto; /* Center the buttons horizontally */
    margin-bottom: 10px; /* Adjust the margin to control the space between buttons */
}
