
/*
Theme Name: Drive Not Aggravate
Theme URI: https://www.drivenotaggravate.com
Author: Drive Not Aggravate Team
Description: A simple and humorous WordPress theme for Drive! Not Aggravate with a primary menu.
Version: 1.0
*/
body {
    font-family: system-ui, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
}
.site-header {
    background-color: #1a1a1a;
    color: #fff;
    padding: 1rem 2rem;
}
.site-header .site-title {
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
}
.site-header .nav-menu {
    display: flex;
    justify-content: flex-start;
    gap: 1.5rem;
}
.site-header .nav-menu li {
    list-style: none;
}
.site-header .nav-menu li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.site-header .nav-menu li a:hover {
    text-decoration: underline;
}