.topnav {
  background-color: rgb(207, 175, 124);
  overflow: hidden;
  padding: 32px 0 32px 105px;
  position: fixed;
  width: 100%;
  left: 16%;
}

.topnav a {
  color: white;
  text-align: center;
  padding: 5px 0;
  text-decoration: none;
  font-size: 1.3rem;
  font-family: sans-serif;
  font-weight: 750;
  margin-right: 20px;
}

/* Add a color to the active/current link */
.topnav a.active, .topnav a:hover {
  border-bottom: 2px solid white;
}

#c{
    margin-left: 75px;
    font-weight: 500;
    font-size: 1rem;
    padding: 15px 28px;
    border: 1px white solid;
}

#c:hover{
  color: white;
  background-color: rgb(50, 120, 120);
  border: 1px solid rgb(50, 120, 120);
}

.navbar img{
    padding: 0;
    height: 50px;
    padding-top: 20px;
}
.navbar{
    position: fixed;
    display: flex;
    z-index: 9999;
    height: 88px;
    background-color: rgb(207, 175, 124);
    padding-left: 130px;
}

.nav{
    height: 88px;
    background-color: rgb(207, 175, 124);
}