* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
header {
  min-height: 95px;
  margin-bottom: 107px;
}
.logo,
header nav a {
  text-decoration: none;
}
header ul {
  list-style: none;
}
.logo {
  color: #000000;
}
header nav a {
  color: #707070;
  font-size: 20px;
  letter-spacing: 0.2px;
}
main section img {
  max-width: 1640px;
  height: 613px;
  width: 100%;
  object-fit: cover;
}
footer {
  background-color: #2e2e2e;
  min-height: 95px;
  margin-top: 107px;
}
footer ul {
  list-style: none;
}
footer nav a {
  text-decoration: none;
  color: #ffffff;
}
h4 {
  color: #ffffff;
  font-size: 19px;
  letter-spacing: 0.19px;
}
footer nav img {
  width: 44px;
  height: 44px;
}
