@import "tailwindcss";

.bg-piles {
/* background-image: linear-gradient(270deg, #60A5FA, #34D399); */
background: linear-gradient(90deg, #BD4E00 0%, #B51F64 100%);
color: #FFFFFF; /* for hero text */
}

.bg-header {
  background-color: #F9FAFB;
/* background-image: linear-gradient(90deg, #370617, #6a040f); */
}

.col-button {
background-color: #4C3A51;
}

.col-button:hover {
background-color: #302533;
}

.vl {
}
