/*
 Theme Name: Astra Child
 Theme URI: http://example.com/
 Description: A child theme of astra
 Author: Myself
 Author URI: http://example.com/
 Template: astra
 Version: 1.0.0
.header-button {
    padding: 10px 15px;
    color: #fff;
    background-color: #0073aa;
    text-decoration: none;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 14px;
}
.header-button:hover {
    background-color: #005177;
}

/