* {
  box-sizing: border-box;
}

h1 {
  font-family: "Barlow", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.4;
}

h2 {
  font-family: "Barlow", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.4;
}

p {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
}

header {
  display: flex;
  justify-content: space-between;
}

hr {
  width: 100%;
  height: 25px;
  background-color: green;
  border: 1px solid green;
}

.hamburger-menu {
  background-color: gray;
  height: 100vh;
  width: 100%;
  max-width: 300px;
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 1;
  display: flex;
  justify-content: center;
  justify-items: center;
  transition: 0.3s ease;
}

.close-btn {
  width: 30px;
  height: 30px;
  font-size: 1.2rem;
  translate: 700% 20%;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.hamburger-menu.is-open {
  left: 0;
}

.hamburger-icon {
  background-color: transparent;
  border: none;
  font-size: 2.5rem;
  display: flex;
  margin-top: 70%;
}

.search-icon {
  background-color: transparent;
  border: none;
  font-size: 2.5rem;
  display: flex;
  margin-top: 70%;
  font-weight: 100;
}

.nav {
  list-style: none;
}

.nav li {
  margin-bottom: 1.8em;
  translate: -10%;
}

.nav li:last-child {
  margin-bottom: 0;
}

.logo {
  width: 100%;
  height: auto;
  max-width: 500px;
}

/* h1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-1 {
  width: 300px;
  height: 200px;
  border-radius: 6px;
}

.container-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title-1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: auto;
} */
