.header {
  height: 80px;
  background-color: white;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
}
.navlinks {
  text-decoration: none;
  color: black;
  margin-top: 2rem;
  margin-left: 3rem;
  font-size: 0.7rem;
  font-weight: 550;
}

#navlogo {
  margin-left: 6rem;
  font-size: 1.2rem;
}
#navbiggesttext {
  font-weight: 700;
}
#navbigtext {
  font-weight: 400;
}
#navspan {
  flex-grow: 1;
}

#navcontact {
  margin-right: 6rem;
}

