h2 {
    font-size: 1.8rem; /* Adjust font size as needed */
    font-weight: bold;
    color: #ff5e5e; /* Use a vibrant color */
    background: linear-gradient(90deg, #ff8a00, #e52e71);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #e52e71;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    line-height: 1.4;
}
