.parentNav {
    border-top: 2px solid silver;
    border-bottom: 2px solid silver;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    margin: 0%;
}

.childNav {
    display: flex;
    align-items: center;
}

.leftNav {
    justify-content: flex-start;
}

.rightNav {
    justify-content: flex-end;
}

.homeNav a {
    text-decoration: none;
    display: block;
}

.homeNav img {
    width: 55px; /* Adjust as needed */
    height: 55px;
}

.buttonNav {
    padding: 5px;
    background-color: cadetblue;
    color: white;
    font-weight: lighter;
    margin: 5px;
    cursor: pointer;
    border-radius: 8px;
    width: fit-content;
    border: 1.5px solid rgb(197, 238, 236);
}
