
html, body {
  text-align: center;
  align-content: center;
  font-family: sans;
  cursor: default;
  width: 100%;
  margin: 0;
  overscroll-behavior-x: none;
}
h1 {
  font-size: 60px;
}
.title-tu {
  color: #028;
}
.title-be {
  color: #36b;
}
.title-bes {
  color: #68f;
}
h1, h2, h3, h4 {
  font-family: Quicksand;
  font-weight: 900;
  margin: 8px;
}
.product-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.product {
  font-family: Quicksand;
  border-radius: 12px;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 15px;
  align-content: center;
  text-align: center;
  display: block;
  max-width: 320px;
}
.product img {
  width: 200px;
  height: 200px;
}
.product p {
  font-size: 18px;
}
.product a {
  color: white;
  font-size: 20px;
  background: #25d;
  border-radius: 12px;
  border: 1px solid #ccc;
  padding: 8px 13px 9px;
  display: inline-block;
  text-decoration: none;
  cursor: default;
}


