/*
Theme Name: mgbasic_v1
Theme URI: http://example.com
Author: Manual Graphics
Description: Basic starter theme for WordPress
Version: 1.0
*/
a {
    color: black;
    text-decoration-line: none;
}
header {
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    text-decoration-line: none;
}
#logo {
    font-size: 20px;
    font-weight: 700;
}
#menu ul {
    list-style: none;
    display: flex;
    gap: 20px;
}
#menu li {
    font-size: 16px;
    font-weight: 500;
}