
.header {
  width: 100%;
  max-width: 634px;
  height: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 16px;
  margin: 0 auto; /* centers the header? */
  box-sizing: border-box;
  background-color: #A296CF;}
  /* Flexbox */
  display flex
  justify-content> space-between
  align-items> center>
.nav-links {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
h1,h2 {
    font-family:"Baloo Thambi 2";
}