body {
    background: url(../images/bgmain.png) no-repeat top center;
    background-color: #06041F; 
    color: #fff;
}
h1 span {
    background: linear-gradient(0deg, #F23205 0%, #FFB700 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}