body {
    margin: 0;
    padding: 0;
}

.site-header {
    width: 100%;
    background-color: #43654a;
    padding: 5px;
}

.header-content {
    display: flex;
    flex-direction: row;
    gap: 30px;
    /* justify-content: space-between; */
    /* flex-wrap: wrap; */
}

.nav-links {
    display: flex;
    flex-direction: row;
    gap: 30px;
}