ul {
    display: flex;
    list-style: none;
    color: white;
    text-decoration: none;
    margin: 0;
    margin-right: 2rem;
}

li {
    margin-right: 1rem;
}

ul a {
    color: white;
    text-decoration: none;
}

nav img {
    width: 100px;
    margin-right: 1rem;
}

nav {
    display: flex;
    width: 100% !important;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background-color: #0d6759; 
}