body {
  font-family: sans-serif;
}

.container {
  border: 5px solid black;
}

h1 {
  background-color: rgb(230, 230, 230);
  text-align: center;
}

.shipping-fee {
  text-transform: uppercase;
  color: grey;
  font-size: 14px;
  font-weight: bold;
}

.more-info {
  color: black;
}

.description-list {
  list-style-type: square;
}

.description-list li:not(:last-child) {
  margin-bottom: 5px;
}

.button {
  color: white;
  background-color: black;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 18px;
}

.button:hover {
  background-color: white;
  color: black;
}
