body {
  margin: 0;
  font-family: Arial, sans-serif;
  text-align: center;
}

/* HERO IMAGE */
.hero img {
  width: 100%;
  height: auto;
}

/* MENU SECTION */
.menu {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 40px;
}

.card {
  width: 200px;
  height: 150px;
  background: #eee;
  border-radius: 10px;
}

/* PRICING */
.pricing {
  padding: 40px;
  color: #49c7ef
}

.price-columns {
  display: flex;
  justify-content: center;
  gap: 30px;
}

/* BUTTON */
.button {
  display: inline-block;
  padding: 12px 20px;
  background: #49c7ef;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  margin: 40px;
}
