.introform {
    padding: 100px 0;
    background-image: url(/form/images/bulbbannerNew.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    background-color: black;
}

    .introform h1 {
        color: white;
        text-shadow: 2px 2px 5px #222;
    }

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

h1 {
    font-size: 2.5rem;
}
