/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://example.com/twentytwentyfive-child
Description: A child theme for the Twenty Twenty-Five theme.
Author: Your Name
Author URI: https://example.com
Template: twentytwentyfive
Version: 1.0.0
Text Domain: twentytwentyfive-child
*/


.th_header{
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.header_menu a{
    color: black;
    text-decoration: none;
    font-size: 24px;
}
.header_menu{
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    padding-top: 12px;


}

