body {
    margin: 0;
}

article {
    margin: auto;
    width: 1300px;
    box-shadow: 0 0 20px;
    background-image: url(../bilder/mauer.svg);
    height: 800px;
    position: relative;
}

h2 {
    font-family: 'Gochi Hand', cursive;
    text-align: center;
    display: inline-block;
    position: absolute;
    margin: 0;
}

 
.neon {
    top: 200px;
    left: 50px;
    font-size: 70px;
    transform: rotate(-15deg);
    background-image: url(../bilder/hintergrundSchwarz.svg);
    height: 2.5em;
    width: 5em;
    background-size: 5em 5em;
    padding-top: 2.5em;
    color: white;
    text-shadow: 0 0 5px red, 0 0 106px blue, 0 0 160px red, 0 0 40px blue, 0 0 60px red, 0 0 90px blue, 0 0 120px red, 0 0 160px blue;
    font-style: italic;
}

