html {
  font-family: sans-serif;
}

body * {
  box-sizing: border-box;
  color: #000;
}

.header {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  max-width: 1320px;
  padding: 0 15px;
  margin: 0 auto;
}

.flex-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid gray;
}

.ul {
  display: inline-flex;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  gap: 50px;
  height: 20px;
  width: 80px;
}

.li a {
  display: inline;
  margin: 0;
  padding: 0;
  justify-content: center;
  gap: 30px;
}

.logo {
  margin-right: 50px;
}

.tel {
  font-size: 15px;
  line-height: 24px;
  margin-left: auto;
  text-decoration: none;
}

.tel a {
  text-decoration: none;
}
