* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

button:focus {
  outline: none;
}

html,
body {
  width: 100%;
  height: 100%;
}

.header {
  width: 100%;
  display: flex;
  height: 110px;
  align-items: center;
  justify-content: space-between;
}

.headerLogo {
  padding-left: 10vw;
  display: flex;
  align-items: center;
}

.headerLogo img {
  width: 58px;
  height: 58px;
  margin-right: 23px;
}

.header > ul {
  display: flex;
  padding-right: 10vw;
}

.header > ul > li {
  display: flex;
  font-size: 20px;
  line-height: 45px;
  cursor: pointer;
  align-items: center;
}

.header > ul > li > img {
  width: 37px;
  height: 30px;
}

.header li:nth-child(2) {
  margin-left: 78px;
  margin-right: 42px;
}

.header li:nth-child(3) img {
  margin-right: 11px;
}

.footer > div {
  display: flex;
  margin-bottom: 15px;
  justify-content: center;
}

.footer h2:nth-last-child(1) a {
  margin-right: 0;
}
