img {
    border-style: none;
}
ul,li {
    list-style-type: none;
} 
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
header {
    /*width: 100%;*/
    height: 30px;
    line-height: 30px;
    display: flex;
}
header .na {
    text-decoration: underline;
    
}
/*
header p {
    width: fit-content;
    font-size: 11px;
    padding-left: 20px;
}

header .na {
    margin-left: 530px;
    margin-top: 3px;
    color: var(--body);
    font-size: 12px;
}
header .na img {
    margin-right: 4px;
}*/
footer {
    font-size: 13px;
    text-align: center;
    color: #fff;
    background-color: #898989;
}
footer .copy {
    font-size: 13px;
    padding: 5px 0 2px 0;
}
footer p {
    font-size: 11px;
}