.navbar {
  justify-content: space-between;
  display: flex;
  position: fixed;
  padding-top: 5rem;
  padding-bottom: 3rem;
  width: 100%;
  height: 12rem;
  background-color: white;
}

.navbar img {
  height: 25rem;
  position: fixed;
  left: 7rem;
  top: 1rem;
}

.nav-links {
  list-style-type: none; 
  padding: 0; 
}

.nav-links li {
  display: inline-block;
  margin-right: 20px;
}

.nav-links li a {
  text-decoration: none;
  color: inherit;
}

.nav-links li a:hover {
  color: #80017e;
}

ul {
  position: fixed;
  display: flex;
  left: 27%;
  padding-top: 5rem;
  list-style: none;
}

ul a {
  padding: 1rem;
}

a {
  text-decoration: none;
  font-size: 2rem;
}

.button-proposta {
  position: fixed;
  top: 10rem;
  left: 80%;
  height: 0, 7rem;
  background-color: #80017e;
  padding-top: 6rem;
  padding-right: 22rem;
  border-radius: 8px;
}

.btn-proposta {
  position: fixed;
  top: 12rem;
  left: 81%;
  white-space: nowrap;
  color: white;
  align-items: center;
}

.menu-toggle {
  display: none;
}
