html, body {
    margin: 0;
}



#hero-section {
    position: fixed;
    inset: 0;
}

#scene {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url('/res/hero1.png') center / cover no-repeat;
}

#hero-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

#hero-svg path {
    fill: black;
}



