cosme_style.css


body {
  background-color: #fffafc;
  font-family: 'Helvetica Neue', sans-serif;
  color: #444;
}

a {
  color: #d86c9b;
  text-decoration: none;
}

.header, .footer {
  background-color: #fce4ec;
  padding: 20px;
  text-align: center;
}

.product-title {
  font-size: 16px;
  font-weight: bold;
  color: #c2185b;
}

.price {
  color: #e91e63;
  font-size: 18px;
}

.button {
  background-color: #f8bbd0;
  border: none;
  padding: 10px 20px;
  color: white;
  border-radius: 5px;
}
