﻿body {
    font-family: 'Inter', sans-serif;
    background-color: #f3f4f6;
    color: #000;
    margin: 0px;
    padding: 0px;
}
header {
/*    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;*/
    background-color:#fff;
    height: 60px;
    padding: 20px;
    -webkit-box-shadow: 0 0px 6px 1px rgba(0,0,0,0.1);
    box-shadow: 0 0px 6px 1px rgba(0,0,0,0.1);
}
    header .logo {
        display: inline-block;
        width: 120px;
        height: 60px;
        background-image: url('/images/WZWFLOGO2025.png');
        background-position: left center;
        background-repeat:no-repeat;
        background-size: contain;
    }
.lnk-btn {
    color: #353535;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform:uppercase;
    padding-bottom:8px;
    
}

    .lnk-btn:hover {
        color: #000;
        text-decoration: none;
        font-weight: 700;
        border-bottom: 1px solid #353535;
    }
    