/* Better heading readability */
h1.neon-text {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
    letter-spacing: 3px;
    color: #fff;
    text-shadow: 
        0 0 5px #fff, 
        0 0 10px #fff, 
        0 0 15px #0ff0fc, 
        0 0 20px #0ff0fc,
        0 0 25px #0ff0fc;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid rgba(0, 240, 252, 0.5);
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    display: inline-block;
    background-color: transparent;
}

.heading-container {
    text-align: center;
    margin-bottom: 1.5rem;
    background-color: rgba(5, 5, 15, 0.9);
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #0ff0fc;
    box-shadow: 0 0 20px rgba(0, 240, 252, 0.2);
}
