/* Heading styles */
h1 {
  color: #3491f5;
  font-size: 32px;
  font-weight: bold;
}
h2 {
  color: #1ccb73;
  font-size: 28px;
  font-weight: bold;
}
h3 {
  color: #ec5f2c;
  font-size: 24px;
  font-weight: bold;
}
