* {
  margin: 0;
  padding: 0;
}

.footer {
  background-color: black;
  color: white;
}

h1,
ul,
li {
  display: inline;
  background-color: black;
  color: white;
  padding-bottom: 6px;
}

ul {
  padding-left: 60%;
}
ul:hover {
  cursor: pointer;
}

.search {
  text-align: center;
}
input {
  width: 300px;
  height: 25px;
  margin-top: 30px;
}
.box {
  border: 2px;
  border-color: black;
  border-style: solid;
  width: 225px;
  display: inline-block;
  text-align: center;
  margin: 20px;
}

.box:hover {
  background-color: black;
  color: white;
}

.product {
  text-align: center;
}

.about {
  text-align: center;
  margin: 10px;
}

.footer {
  text-align: center;
  font-style: italic;
  font-size: small;
  padding: 5px;
}
