html {
  font-family: sans-serif;
}

body * {
  box-sizing: border-box;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.container {
  max-width: 1320px;
  padding: 0 15px;
  margin: 0 auto;
  border-bottom: 1px solid black;
}

.header-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.link-icon {
  display: block;
  background-color: black;
  width: 50px;
  height: 50px;
  margin: 20px 0;
}

.link-nav {
  color: black;
}

.link-tel {
  color: black;
  text-decoration: none;
}
