* {
  margin: 0;
  font-family: montserrat;
}
h1,
h2,
h3 {
  color: black;
  text-decoration: none;
  font-weight: 500;
}
a {
  text-decoration: none;
  font-weight: bolder;
}

.header-main {
  background-color: red;
}
.header-main ul {
  display: flex;
  padding: 10px;
}
.shopimaj-link {
  float: center;
}
footer {
  background-color: rgb(212, 212, 212);
  color: white;
  position: static;
  bottom: 0;
  left: 0;
  padding: 16px 32px 16px 32px;
  width: 100%;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
