.logo {
    max-width: 200px; /* Adjust size as needed */
    height: auto;
  }

ul {
    list-style-type: none;
    position: fixed;
    top: 0;
    width: 100%;
}

li {
    float: right;
    border-right: none;
}

li a {
    display: block;
    color: rgb(196, 240, 219);
    background-color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}